Class StampField
Inheritance
System.Object
StampField
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class StampField : object
Properties
DWType
The DocuWare type of the index field that will be changed by the stamp.
Declaration
public DWFieldType DWType { get; set; }
Property Value
Type | Description |
---|---|
DWFieldType |
HasFixedEntry
Determines whether the stamp field has defined fixed entry.
Declaration
public bool HasFixedEntry { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Length
Length of the index field that will be changed by the stamp.
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Name of the index field that will be changed by the stamp.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Get or sets the form field value casted to the index field type.
Declaration
public DocumentIndexFieldValue Value { get; set; }
Property Value
Type | Description |
---|---|
DocumentIndexFieldValue |