C# Class Yaml.Scalar

Inheritance: Node
Exibir arquivo Open project: rs-services/RightGridWindowsImplementation

Public Methods

Method Description
Info ( ) : Node

Node info

Parse ( ParseStream stream ) : Scalar

Parses a scalar Integer String Boolean Null Timestamp Float Binary

Binary is only parsed behind an explicit !!binary tag (in Node.cs)

Scalar ( string uri, NodeType nodetype ) : System

Constructor

Method Details

Info() public method

Node info
public Info ( ) : Node
return Node

Parse() public static method

Parses a scalar Integer String Boolean Null Timestamp Float Binary
Binary is only parsed behind an explicit !!binary tag (in Node.cs)
public static Parse ( ParseStream stream ) : Scalar
stream ParseStream
return Scalar

Scalar() public method

Constructor
public Scalar ( string uri, NodeType nodetype ) : System
uri string
nodetype NodeType
return System