AODL.Document.Forms.SingleFormProperty.SingleFormProperty C# (CSharp) Method

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
		public SingleFormProperty(IDocument document, PropertyValueType PropValueType)
		{
			Document = document;
			Node = document.CreateNode("property", "form");
			PropertyValueType = PropValueType;
		}

Same methods

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