YamlDotNet.Core : YamlDotNet.Core.Events Namespace

INodeEvent Interface

Defines the behavior that is common between node events.

public interface INodeEvent : IParsingEvent

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

Public Properties

[read-only]
Anchor string . Gets the anchor.
[read-only]
IsCanonical bool . Gets a value indicating whether this instance is canonical.
[read-only]
Tag string . Gets the tag.

Member Details

Anchor Property

Gets the anchor.

public string Anchor { 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

IsCanonical Property

Gets a value indicating whether this instance is canonical.

public bool IsCanonical { 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

Tag Property

Gets the tag.

public string Tag { 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