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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_propertyValues ListFormPropertyElemCollection

공개 메소드들

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

Creates the ListFormProperty

ListFormProperty ( IDocument document, XmlNode node ) : System

비공개 메소드들

메소드 설명
PropertyValuesCollection_Inserted ( int index, object value ) : void
PropertyValuesCollection_Removed ( int index, object value ) : void

메소드 상세

ListFormProperty() 공개 메소드

Creates the ListFormProperty
public ListFormProperty ( IDocument document, PropertyValueType PropValueType ) : System
document IDocument Main document
PropValueType PropertyValueType Property value type
리턴 System

ListFormProperty() 공개 메소드

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

프로퍼티 상세

_propertyValues 보호되어 있는 프로퍼티

protected ListFormPropertyElemCollection _propertyValues
리턴 ListFormPropertyElemCollection