TableDefinitionBase Members
The TableDefinitionBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TableDefinitionBase(LookupContextBase, String) |
Initializes a new instance of the TableDefinitionBase class.
|
|
TableDefinitionBase()()()() |
Initializes a new instance of the TableDefinitionBase class.
|
Methods
Name | Description | |
---|---|---|
AddBoolField |
Adds a boolean field.
|
|
AddDateField |
Adds the date field.
|
|
AddDecimalField |
Adds a double field.
|
|
AddFieldToPrimaryKey |
Adds the field to primary key.
|
|
AddIntegerField |
Adds an integer (whole number) field.
|
|
AddStringField |
Adds a string field.
|
|
CanDeleteTable |
Determines whether this instance [can delete table] the specified lookup definition.
|
|
CopyDataTo |
Copies the data to.
|
|
FillOutObject |
Fills the out object.
|
|
GetChunk |
Gets the chunk.
|
|
GetEntity |
Gets the entity.
|
|
GetIdentityField |
Gets the identity field.
|
|
GetJoinCollection<(Of <<'(TChildEntity>)>>) |
Gets the join collection.
|
|
GetJoinParentObject<(Of <<'(TChildEntity>)>>) |
Gets the join parent object.
|
|
HasDescription |
Sets the table description.
|
|
HasLookupDefinition |
Sets this table's default lookup definition.
|
|
HasRecordDescription |
Sets the description to describe an individual record name.
|
|
HasTableName |
Sets the name of the table.
|
|
IsIdentity |
Determines whether this instance is identity.
|
|
SetHeaderEntity<(Of <<'(THeaderEntity>)>>) |
Sets the header entity.
|
|
ToString |
Returns a String that represents this instance.
|
|
ValidateAutoFillValue |
Validates the automatic fill value.
|
Properties
Name | Description | |
---|---|---|
CanAddToTable |
Gets a value indicating whether this instance can add to table.
|
|
CanEditTabe |
Gets a value indicating whether this instance can edit tabe.
|
|
CanViewTable |
Gets a value indicating whether this instance can view table.
|
|
ChildFields |
Gets or sets the child fields.
|
|
ChildKeys |
Gets or sets the child keys.
|
|
Context |
Gets the context.
|
|
Description |
Gets the description.
|
|
EntityName |
Gets the name of the entity.
|
|
FieldDefinitions |
Gets the field definitions.
|
|
FullEntityName |
Gets the full name of the entity.
|
|
HeaderTable |
Gets the header table.
|
|
IsAdvancedFind |
Gets a value indicating whether this instance is advanced find.
|
|
LookupDefinition |
Gets the lookup definition. Used in mapping foreign key fields to controls.
|
|
PrimaryKeyFields |
Gets the primary key fields.
|
|
PriorityLevel |
Gets or sets the priority level.
|
|
RecordDescription |
Gets the record description.
|
|
TableName |
Gets the name of the table.
|
|
TempTable |
Gets a value indicating whether [temporary table].
|
|
ValidateDelete |
Gets a value indicating whether [validate delete].
|