C# 클래스 AODL.Document.Content.Fields.VariableSet

상속: Field
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
VariableSet ( IDocument document, VariableDecl variableDeclaration ) : System
VariableSet ( IDocument document, VariableDecl variableDeclaration, string value ) : System

비공개 메소드들

메소드 설명
VariableSet ( IDocument document, XmlNode node ) : System

메소드 상세

VariableSet() 공개 메소드

public VariableSet ( IDocument document, VariableDecl variableDeclaration ) : System
document IDocument
variableDeclaration VariableDecl
리턴 System

VariableSet() 공개 메소드

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