FormFieldValue ClassDocuWare Platform .NET API
Contains the value of form field
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientFormFieldValue
    DocuWare.Platform.ServerClientDecisionFormFieldValue

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
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

See Also

Reference