C# Class AODL.Document.Forms.ListFormProperty

Inheritance: FormProperty
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Protected Properties

Property Type Description
_propertyValues ListFormPropertyElemCollection

Public Methods

Method Description
ListFormProperty ( IDocument document, PropertyValueType PropValueType ) : System

Creates the ListFormProperty

ListFormProperty ( IDocument document, XmlNode node ) : System

Private Methods

Method Description
PropertyValuesCollection_Inserted ( int index, object value ) : void
PropertyValuesCollection_Removed ( int index, object value ) : void

Method Details

ListFormProperty() public method

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

ListFormProperty() public method

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

Property Details

_propertyValues protected property

protected ListFormPropertyElemCollection _propertyValues
return ListFormPropertyElemCollection