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

Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Protected Properties

Property Type Description
_document IDocument
_node System.Xml.XmlNode

Public Methods

Method 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 method

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

VariableDecl() public method

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
return System

VariableDecl() public method

public VariableDecl ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
return System

Property Details

_document protected property

protected IDocument _document
return IDocument

_node protected property

protected XmlNode,System.Xml _node
return System.Xml.XmlNode