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

Summary description for ODFForm.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
FindControlById ( string id, bool searchInSubforms ) : ODFFormControl

Looks up a control by its ID

FindControlByName ( string name, bool searchInSubforms ) : ODFFormControl

Looks up a control by its name

FixPropertyCollection ( ) : void
GetFormProperty ( string name ) : FormProperty

Gets the generic form property by its name

ODFForm ( IDocument document, string name ) : System

Creates an ODFForm

ODFForm ( XmlNode node, IDocument document ) : System
RestoreControlEvents ( ) : void
SuppressControlEvents ( ) : void
SuppressPropertyEvents ( ) : void

비공개 메소드들

메소드 설명
ControlsCollection_Clearing ( ) : void
ControlsCollection_Inserted ( int index, object value ) : void
ControlsCollection_Removed ( int index, object value ) : void
CreateBasicNode ( ) : void
FormCollection_Inserted ( int index, object value ) : void
FormCollection_Removed ( int index, object value ) : void
PropertyCollection_Inserted ( int index, object value ) : void
PropertyCollection_Removed ( int index, object value ) : void
RestorePropertyEvents ( ) : void

메소드 상세

FindControlById() 공개 메소드

Looks up a control by its ID
public FindControlById ( string id, bool searchInSubforms ) : ODFFormControl
id string Control ID
searchInSubforms bool Specifies whether to look in the subforms
리턴 AODL.Document.Forms.Controls.ODFFormControl

FindControlByName() 공개 메소드

Looks up a control by its name
public FindControlByName ( string name, bool searchInSubforms ) : ODFFormControl
name string
searchInSubforms bool Specifies whether to look in the subforms
리턴 AODL.Document.Forms.Controls.ODFFormControl

FixPropertyCollection() 공개 메소드

public FixPropertyCollection ( ) : void
리턴 void

GetFormProperty() 공개 메소드

Gets the generic form property by its name
public GetFormProperty ( string name ) : FormProperty
name string Generic form property
리턴 FormProperty

ODFForm() 공개 메소드

Creates an ODFForm
public ODFForm ( IDocument document, string name ) : System
document IDocument Parent document
name string Form name
리턴 System

ODFForm() 공개 메소드

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

RestoreControlEvents() 공개 메소드

public RestoreControlEvents ( ) : void
리턴 void

SuppressControlEvents() 공개 메소드

public SuppressControlEvents ( ) : void
리턴 void

SuppressPropertyEvents() 공개 메소드

public SuppressPropertyEvents ( ) : void
리턴 void