C# Class AODL.Document.Forms.SingleFormProperty

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

Protected Properties

Property Type Description
_value object

Public Methods

Method 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 method

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

SingleFormProperty() public method

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

SingleFormProperty() public method

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

Property Details

_value protected property

protected object _value
return object