C# Class AODL.Document.Forms.ODFForm

Summary description for ODFForm.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

FindControlById() public méthode

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
Résultat AODL.Document.Forms.Controls.ODFFormControl

FindControlByName() public méthode

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
Résultat AODL.Document.Forms.Controls.ODFFormControl

FixPropertyCollection() public méthode

public FixPropertyCollection ( ) : void
Résultat void

GetFormProperty() public méthode

Gets the generic form property by its name
public GetFormProperty ( string name ) : FormProperty
name string Generic form property
Résultat FormProperty

ODFForm() public méthode

Creates an ODFForm
public ODFForm ( IDocument document, string name ) : System
document IDocument Parent document
name string Form name
Résultat System

ODFForm() public méthode

public ODFForm ( XmlNode node, IDocument document ) : System
node System.Xml.XmlNode
document IDocument
Résultat System

RestoreControlEvents() public méthode

public RestoreControlEvents ( ) : void
Résultat void

SuppressControlEvents() public méthode

public SuppressControlEvents ( ) : void
Résultat void

SuppressPropertyEvents() public méthode

public SuppressPropertyEvents ( ) : void
Résultat void