Yaml .NET Parser

Mapping Members

Mapping overview

Public Instance Constructors

Mapping Overloaded. Initializes a new instance of the Mapping class.

Public Instance Properties

Count Number of mappings
Type (inherited from Node) Kind of node: mapping, sequence, string, ...
URI (inherited from Node) URI of this node, according to the YAML documentation.

Public Instance Methods

AddMappingNodeOverloaded. Add a node to this mapping
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Info Node info
ToFile (inherited from Node)Overloaded. Write a YAML tree to a file using UTF-8 encoding
ToString To String
Write (inherited from Node)Overloaded. Return a Yaml string

Protected Instance Fields

nodetype (inherited from Node) Determines wich node we are talking about
uri (inherited from Node) The uri given by http://yaml.org/type/

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Protected Internal Instance Methods

WriteOverloaded. Write to YAML

Private Instance Fields

childNodesMissing <summary> documentation for F:Yaml.Mapping.childNodes

See Also

Mapping Class | Yaml Namespace