Class HistoryField
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class HistoryField
Properties
AssignmentType
Assignment destination type specific for field.
Declaration
public AssignmentType AssignmentType { get; set; }
Property Value
Type | Description |
---|---|
AssignmentType |
Label
Тhe label of the field.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Options
Additional options specific for field type.
Declaration
public HistoryFieldOptions Options { get; set; }
Property Value
Type | Description |
---|---|
HistoryFieldOptions |
Type
Type of the history form field.
Declaration
public HistoryFormTypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
HistoryFormTypeEnum |
Value
Value of the field.
Declaration
public WFFormFieldValue Value { get; set; }
Property Value
Type | Description |
---|---|
WFFormFieldValue |