Click or drag to resize
DocumentIndexField Class
Inheritance Hierarchy

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

The DocumentIndexField type exposes the following members.

Constructors
  NameDescription
Public methodDocumentIndexField
Creates a new instance of this class
Top
Methods
  NameDescription
Public methodStatic memberCreate(String, DocumentIndexFieldKeywords)
Creates a keyword field with the specified field name.
Public methodStatic memberCreate(String, DateTime)
Creates a datetime field with the specified field name.
Public methodStatic memberCreate(String, Decimal)
Creates a decimal field with the specified field name.
Public methodStatic memberCreate(String, Int32)
Creates an integer field with the specified field name.
Public methodStatic memberCreate(String, String)
Creates a string field with the specified field name.
Public methodStatic memberCreateDate(String, DocumentIndexFieldKeywords) Obsolete.
Creates a keyword field with the specified field name.
Public methodStatic memberCreateDate(String, DateTime)
Creates a date field with the specified field name.
Public methodStatic memberCreateDate(String, Decimal)
Creates a date field with the specified field name.
Public methodStatic memberCreateDate(String, Int32) Obsolete.
Creates a date field with the specified field name.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyFieldLabel
Contains the label of the field.
Public propertyFieldName
Contains the internal name of the field.
Public propertyIsNull
Indicates whether the field value is null or non-null.
Public propertyPointAndShootInfo
Contains one rectangle value for scalar field values and one or more values for keyword fields.
Public propertyReadOnly
Indicates whether this field is readonly or not.
Top
Remarks