TableDefinition
objects that are accessible using the TableDefinitions
property of an ObjectStore
object. You can also access a
object as follows:
- Through the
property of aTableDefinition
,ClassDefinition
,DocumentClassDefinition
, orSubscribableClassDefinition
object. This type ofVersionableClassDefinition
object maps to a database table that contains information about a specific class.TableDefinition - Through the
property of a property definition object (such as,TableDefinition
orPropertyDefinitionBinary
). This type ofPropertyDefinitionBoolean
object maps to a Content Engine database table that contains information about a specific queryable property.TableDefinition
The following tables list the members exposed by ITableDefinition.
Public Properties
Name | Description | |
---|---|---|
![]() | ColumnDefinitions | A collection object containing the |
![]() | Creator | Indicates the name of the user assigned as the creator of the object. Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() | DateCreated | Indicates the date and time the object was created. The Content Engine stores dates and times using Coordinated Universal Time (UTC). Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() | DateLastModified | Indicates the date and time the object was last modified. The Content Engine stores dates and times using Coordinated Universal Time (UTC). Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() | Id | A representation of the Globally Unique Identifier (GUID), a unique 128-bit number, that is assigned to this Content Engine object when the object is created. When converted to a string, the Id property is typically depicted as 32 hexadecimal characters enclosed by brackets in the following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. For example, {3F2504E0-4F89-11D3-9A0C-0305E82C3301}. For For a given property representation, the Id property has the following characteristics:
For a newly created document object, you can override the Id property of its associated |
![]() | LastModifier | Indicates the name of the user who last modified the object. Settability of this property is read-only for most users. For users who have been granted privileged write access ( |
![]() | Name | The name for this object. For most classes, this property is read-only and returns the value of the designated name property for the object, or its ID if there is no name property. If For a |
![]() | Owner | Manages the security owner assigned to the object. |
![]() | Permissions | Manages the discretionary permissions assigned to the object. |
![]() | TableName | The name assigned to the table. |
![]() | UsedInClasses | Specifies a object representing the classes that have a property constructed from this property template. |