C# Class AODL.Document.Forms.SingleFormProperty

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

Protected Properties

Свойство Type Description
_value object

Méthodes publiques

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

Creates the SingleFormProperty

SingleFormProperty ( IDocument document, PropertyValueType PropValueType, string PropName, string PropValue ) : System

Creates the SingleFormProperty

SingleFormProperty ( IDocument document, XmlNode node ) : System

Method Details

SingleFormProperty() public méthode

Creates the SingleFormProperty
public SingleFormProperty ( IDocument document, PropertyValueType PropValueType ) : System
document IDocument Document containing the form
PropValueType PropertyValueType Type of the property value
Résultat System

SingleFormProperty() public méthode

Creates the SingleFormProperty
public SingleFormProperty ( IDocument document, PropertyValueType PropValueType, string PropName, string PropValue ) : System
document IDocument Document containing the form
PropValueType PropertyValueType Type of the property value
PropName string Property name
PropValue string Property value
Résultat System

SingleFormProperty() public méthode

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

Property Details

_value protected_oe property

protected object _value
Résultat object