DocumentIndexField ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientDocumentIndexFieldValueBase
    DocuWare.Platform.ServerClientDocumentIndexField

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
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, DateTime)
Creates a field with the specified field name.
Public methodStatic memberCreate(String, String)
Creates a field with the specified field name.
Public methodStatic memberCreateDate(String, DocumentIndexFieldKeywords)
Creates a field with the specified field name.
Public methodStatic memberCreateDate(String, DateTime)
Creates a field with the specified field name.
Public methodStatic memberCreateDate(String, Decimal)
Creates a field with the specified field name.
Public methodStatic memberCreateDate(String, Int32)
Creates a 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

See Also

Reference