Class StampField
Inheritance
System.Object
    StampField
  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 StampField
  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 |