Click or drag to resize
FormFieldValue Class
Contains the value of form field
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlIncludeAttribute(typeof(DecisionFormFieldValue))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class FormFieldValue

The FormFieldValue type exposes the following members.

Constructors
  NameDescription
Public methodFormFieldValue
Initializes a new instance of the FormFieldValue class
Top
Properties
  NameDescription
Public propertyName
Get or sets the name of the form field.
Public propertyTypedValue
Get or sets the form field value casted to the index field type.
Public propertyValue
Get or sets the display value of the form field.
Top
Remarks