C# Class AODL.Document.Content.Fields.VariableDecl

Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Protected Properties

Свойство Type Description
_document IDocument
_node System.Xml.XmlNode

Méthodes publiques

Méthode Description
VariableDecl ( IDocument document, VariableValueType valueType ) : System

Creates an VariableDecl instance

VariableDecl ( IDocument document, VariableValueType valueType, string name ) : System

Creates an VariableDecl instance

VariableDecl ( IDocument document, XmlNode node ) : System

Method Details

VariableDecl() public méthode

Creates an VariableDecl instance
public VariableDecl ( IDocument document, VariableValueType valueType ) : System
document IDocument The document it belogs to
valueType VariableValueType Variable value type
Résultat System

VariableDecl() public méthode

Creates an VariableDecl instance
public VariableDecl ( IDocument document, VariableValueType valueType, string name ) : System
document IDocument The document it belogs to
valueType VariableValueType Variable value type
name string Variable name
Résultat System

VariableDecl() public méthode

public VariableDecl ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
Résultat System

Property Details

_document protected_oe property

protected IDocument _document
Résultat IDocument

_node protected_oe property

protected XmlNode,System.Xml _node
Résultat System.Xml.XmlNode