Click or drag to resize
FileCabinetField Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientFileCabinetField

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 FileCabinetField

The FileCabinetField type exposes the following members.

Constructors
  NameDescription
Public methodFileCabinetField
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyDBFieldName
The name of the database column for the field.
Public propertyDisplayName
Label (display name) of the field.
Public propertyDropLeadingBlanks
Determines whether the system will automatically remove any leading spaces. If both the Remove leading spaces and Remove leading zeros options are enabled, both leading spaces and zeros are removed: _07896 becomes 7896.
Public propertyDropLeadingZero
Determines whether the system will automatically remove any leading zeros. If both the Remove leading spaces and Remove leading zeros options are enabled, both leading spaces and zeros are removed: _07896 becomes 7896.
Public propertyDWFieldType
The DocuWare type of the field
Public propertyFieldInfoText
Description of the field.
Public propertyFixedEntry
Fixed value of the field.If it's null the field has no fixed value.
Public propertyLength
Lenght of the field (for text fields).
Public propertyNotEmpty
If this flag is true then this field must have an entry, otherwise the document cannot be stored.
Public propertyPrecision
The number of decimal places that can be entered after the decimal point of a numeric field.
Public propertyScope
Gets whether the field is a user or a system field.
Public propertySelectListOnly
If this flag is true, no one can allocate a new entry for this field when storing a document, unless this is contained in a selection list.
Public propertyUsedAsDocumentName
Determines whether the field is used as document name.
Top
Remarks