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

Inheritance: Field
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
VariableSet ( IDocument document, VariableDecl variableDeclaration ) : System
VariableSet ( IDocument document, VariableDecl variableDeclaration, string value ) : System

Private Methods

Méthode Description
VariableSet ( IDocument document, XmlNode node ) : System

Method Details

VariableSet() public méthode

public VariableSet ( IDocument document, VariableDecl variableDeclaration ) : System
document IDocument
variableDeclaration VariableDecl
Résultat System

VariableSet() public méthode

public VariableSet ( IDocument document, VariableDecl variableDeclaration, string value ) : System
document IDocument
variableDeclaration VariableDecl
value string
Résultat System