YamlDotNet.Core : YamlDotNet.Core.Events Namespace

MappingStart Class

Represents a mapping start event.

public class MappingStart : NodeEvent, IMappingStart

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Members

See Also: Inherited members from NodeEvent.

Public Constructors

Public Properties

[read-only]
override
IsCanonical bool . Gets a value indicating whether this instance is canonical.
[read-only]
IsImplicit bool . Gets a value indicating whether this instance is implicit.
[read-only]
override
NestingIncrease int . Gets a value indicating the variation of depth caused by this event. The value can be either -1, 0 or 1. For start events, it will be 1, for end events, it will be -1, and for the remaining events, it will be 0.
[read-only]
Style MappingStyle . Gets the style of the mapping.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

MappingStart Constructor

Initializes a new instance of the YamlDotNet.Core.Events.MappingStart class.

public MappingStart ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

MappingStart Constructor

Initializes a new instance of the YamlDotNet.Core.Events.MappingStart class.

public MappingStart (string anchor, string tag, bool isImplicit, MappingStyle style)

Parameters

anchor
The anchor.
tag
The tag.
isImplicit
Indicates whether the event is implicit.
style
The style of the mapping.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

MappingStart Constructor

Initializes a new instance of the YamlDotNet.Core.Events.MappingStart class.

public MappingStart (string anchor, string tag, bool isImplicit, MappingStyle style, YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end)

Parameters

anchor
The anchor.
tag
The tag.
isImplicit
Indicates whether the event is implicit.
style
The style of the mapping.
start
The start position of the event.
end
The end position of the event.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

IsCanonical Property

Gets a value indicating whether this instance is canonical.

public override bool IsCanonical { get; }

Value

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

IsImplicit Property

Gets a value indicating whether this instance is implicit.

public bool IsImplicit { get; }

Value

true if this instance is implicit; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

NestingIncrease Property

Gets a value indicating the variation of depth caused by this event. The value can be either -1, 0 or 1. For start events, it will be 1, for end events, it will be -1, and for the remaining events, it will be 0.

public override int NestingIncrease { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Style Property

Gets the style of the mapping.

public MappingStyle Style { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

ToString Method

Returns a string that represents the current object.

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core.Events
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326