C# Class AODL.Document.Forms.Controls.ODFFormControl

Summary description for IODFFormControl.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Protected Properties

Свойство Type Description
_document IDocument
_node System.Xml.XmlNode
_parentForm AODL.Document.Forms.ODFForm
_refCounter int

Méthodes publiques

Méthode Description
AddToContentCollection ( ) : void
FixPropertyCollection ( ) : void
GetFormProperty ( string name ) : FormProperty

Look for a control generic property by its name

RemoveFromContentCollection ( ) : void
RestorePropertyEvents ( ) : void
SuppressPropertyEvents ( ) : void

Méthodes protégées

Méthode Description
CreateBasicNode ( ) : void
ODFFormControl ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ODFFormControl ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ODFFormControl ( ODFForm ParentForm, XmlNode node ) : System

Private Methods

Méthode Description
PropertyCollection_Inserted ( int index, object value ) : void
PropertyCollection_Removed ( int index, object value ) : void

Method Details

AddToContentCollection() public méthode

public AddToContentCollection ( ) : void
Résultat void

CreateBasicNode() protected méthode

protected CreateBasicNode ( ) : void
Résultat void

FixPropertyCollection() public méthode

public FixPropertyCollection ( ) : void
Résultat void

GetFormProperty() public méthode

Look for a control generic property by its name
public GetFormProperty ( string name ) : FormProperty
name string Property name
Résultat AODL.Document.Forms.FormProperty

ODFFormControl() protected méthode

protected ODFFormControl ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ParentForm AODL.Document.Forms.ODFForm
contentCollection ContentCollection
id string
Résultat System

ODFFormControl() protected méthode

protected ODFFormControl ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ParentForm AODL.Document.Forms.ODFForm
contentCollection ContentCollection
id string
x string
y string
width string
height string
Résultat System

ODFFormControl() protected méthode

protected ODFFormControl ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
Résultat System

RemoveFromContentCollection() public méthode

public RemoveFromContentCollection ( ) : void
Résultat void

RestorePropertyEvents() public méthode

public RestorePropertyEvents ( ) : void
Résultat void

SuppressPropertyEvents() public méthode

public SuppressPropertyEvents ( ) : void
Résultat void

Property Details

_document protected_oe property

protected IDocument _document
Résultat IDocument

_node protected_oe property

protected XmlNode,System.Xml _node
Résultat System.Xml.XmlNode

_parentForm protected_oe property

protected ODFForm,AODL.Document.Forms _parentForm
Résultat AODL.Document.Forms.ODFForm

_refCounter protected_oe property

protected int _refCounter
Résultat int