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

Summary description for IODFFormControl.
Show file Open project: monsterlabs/HumanRightsTracker

Protected Properties

Property Type Description
_document IDocument
_node System.Xml.XmlNode
_parentForm AODL.Document.Forms.ODFForm
_refCounter int

Public Methods

Method Description
AddToContentCollection ( ) : void
FixPropertyCollection ( ) : void
GetFormProperty ( string name ) : FormProperty

Look for a control generic property by its name

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

Protected Methods

Method 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

Method Description
PropertyCollection_Inserted ( int index, object value ) : void
PropertyCollection_Removed ( int index, object value ) : void

Method Details

AddToContentCollection() public method

public AddToContentCollection ( ) : void
return void

CreateBasicNode() protected method

protected CreateBasicNode ( ) : void
return void

FixPropertyCollection() public method

public FixPropertyCollection ( ) : void
return void

GetFormProperty() public method

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

ODFFormControl() protected method

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

ODFFormControl() protected method

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
return System

ODFFormControl() protected method

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

RemoveFromContentCollection() public method

public RemoveFromContentCollection ( ) : void
return void

RestorePropertyEvents() public method

public RestorePropertyEvents ( ) : void
return void

SuppressPropertyEvents() public method

public SuppressPropertyEvents ( ) : void
return void

Property Details

_document protected property

protected IDocument _document
return IDocument

_node protected property

protected XmlNode,System.Xml _node
return System.Xml.XmlNode

_parentForm protected property

protected ODFForm,AODL.Document.Forms _parentForm
return AODL.Document.Forms.ODFForm

_refCounter protected property

protected int _refCounter
return int