C# Class System.Xml.XmlBinaryDictionaryReader.NodeInfo

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
DictLocalName XmlDictionaryString
DictNS XmlDictionaryString
DictValue XmlDictionaryString
IsAttributeValue bool
NSSlot int
NodeType System.Xml.XmlNodeType
Position int
Prefix string
TypedValue object
ValueType byte

Méthodes publiques

Méthode Description
NodeInfo ( ) : System
NodeInfo ( bool isAttr ) : System
Reset ( ) : void

Method Details

NodeInfo() public méthode

public NodeInfo ( ) : System
Résultat System

NodeInfo() public méthode

public NodeInfo ( bool isAttr ) : System
isAttr bool
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

DictLocalName public_oe property

public XmlDictionaryString,System.Xml DictLocalName
Résultat XmlDictionaryString

DictNS public_oe property

public XmlDictionaryString,System.Xml DictNS
Résultat XmlDictionaryString

DictValue public_oe property

public XmlDictionaryString,System.Xml DictValue
Résultat XmlDictionaryString

IsAttributeValue public_oe property

public bool IsAttributeValue
Résultat bool

NSSlot public_oe property

public int NSSlot
Résultat int

NodeType public_oe property

public XmlNodeType,System.Xml NodeType
Résultat System.Xml.XmlNodeType

Position public_oe property

public int Position
Résultat int

Prefix public_oe property

public string Prefix
Résultat string

TypedValue public_oe property

public object TypedValue
Résultat object

ValueType public_oe property

public byte ValueType
Résultat byte