C# Class AODL.Document.Forms.ListFormProperty

Inheritance: FormProperty
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Protected Properties

Свойство Type Description
_propertyValues ListFormPropertyElemCollection

Méthodes publiques

Méthode Description
ListFormProperty ( IDocument document, PropertyValueType PropValueType ) : System

Creates the ListFormProperty

ListFormProperty ( IDocument document, XmlNode node ) : System

Private Methods

Méthode Description
PropertyValuesCollection_Inserted ( int index, object value ) : void
PropertyValuesCollection_Removed ( int index, object value ) : void

Method Details

ListFormProperty() public méthode

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

ListFormProperty() public méthode

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

Property Details

_propertyValues protected_oe property

protected ListFormPropertyElemCollection _propertyValues
Résultat ListFormPropertyElemCollection