C# 클래스 AODL.Document.Forms.SingleFormProperty

상속: FormProperty
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_value object

공개 메소드들

메소드 설명
SingleFormProperty ( IDocument document, PropertyValueType PropValueType ) : System

Creates the SingleFormProperty

SingleFormProperty ( IDocument document, PropertyValueType PropValueType, string PropName, string PropValue ) : System

Creates the SingleFormProperty

SingleFormProperty ( IDocument document, XmlNode node ) : System

메소드 상세

SingleFormProperty() 공개 메소드

Creates the SingleFormProperty
public SingleFormProperty ( IDocument document, PropertyValueType PropValueType ) : System
document IDocument Document containing the form
PropValueType PropertyValueType Type of the property value
리턴 System

SingleFormProperty() 공개 메소드

Creates the SingleFormProperty
public SingleFormProperty ( IDocument document, PropertyValueType PropValueType, string PropName, string PropValue ) : System
document IDocument Document containing the form
PropValueType PropertyValueType Type of the property value
PropName string Property name
PropValue string Property value
리턴 System

SingleFormProperty() 공개 메소드

public SingleFormProperty ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
리턴 System

프로퍼티 상세

_value 보호되어 있는 프로퍼티

protected object _value
리턴 object