Click or drag to resize
StampField Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientStampField

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

The StampField type exposes the following members.

Constructors
  NameDescription
Public methodStampField
Initializes a new instance of the StampField class
Top
Properties
  NameDescription
Public propertyDWType
The DocuWare type of the index field that will be changed by the stamp.
Public propertyHasFixedEntry
Determines whether the stamp field has defined fixed entry.
Public propertyIndex
Internal index ID of the index field that will be changed by the stamp.
Public propertyLength
Lenght of the index field that will be changed by the stamp.
Public propertyName
Name of the index field that will be changed by the stamp.
Public propertyValue
Get or sets the form field value casted to the index field type.
Top
Remarks