CollectionSchemaField Class Documentation

classCollectionSchemaField : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

Allows for the creation of collection schema field objects.

Parameters that are part of a schema's field may be set.

Constructor & Destructor Documentation

CollectionSchemaField

CollectionSchemaField(stringfieldID, SchemaFieldSubtypesubtype)

Parameters

fieldID: string

the schema field ID. The ID is used during creation and extraction of the schema field. It is the unique identifier of the schema field.

subtype: SchemaFieldSubtype

the schema field subtype. The subtypes are predefined. The value of this parameter must correspond to the one of the SchemaFieldSubtype enum values.

CCollectionSchemaField allows to create CollectionSchemaField object.

The constructor accepts identifier value and subtype required by the schema field.

~CollectionSchemaField

~CollectionSchemaField()

Property Documentation

Editable

boolEditable[get, set]

ID

stringID[get]

Index

intIndex[get, set]

Name

stringName[get, set]

Subtype

SchemaFieldSubtypeSubtype[get]

Visible

boolVisible[get, set]

Member Function Documentation

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void