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

Inheritance: Field
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
VariableSet ( IDocument document, VariableDecl variableDeclaration ) : System
VariableSet ( IDocument document, VariableDecl variableDeclaration, string value ) : System

Private Methods

Method Description
VariableSet ( IDocument document, XmlNode node ) : System

Method Details

VariableSet() public method

public VariableSet ( IDocument document, VariableDecl variableDeclaration ) : System
document IDocument
variableDeclaration VariableDecl
return System

VariableSet() public method

public VariableSet ( IDocument document, VariableDecl variableDeclaration, string value ) : System
document IDocument
variableDeclaration VariableDecl
value string
return System