RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableDefinitionBase Members

The TableDefinitionBase type exposes the following members.

Constructors


  Name Description
Public method TableDefinitionBase(LookupContextBase, String)
Initializes a new instance of the TableDefinitionBase class.
Protected method TableDefinitionBase()()()()
Initializes a new instance of the TableDefinitionBase class.

Methods


  Name Description
Public method AddBoolField
Adds a boolean field.
Public method AddDateField
Adds the date field.
Public method AddDecimalField
Adds a double field.
Public method AddFieldToPrimaryKey
Adds the field to primary key.
Public method AddIntegerField
Adds an integer (whole number) field.
Public method AddStringField
Adds a string field.
Public method CanDeleteTable
Determines whether this instance [can delete table] the specified lookup definition.
Public method CopyDataTo
Copies the data to.
Public method FillOutObject
Fills the out object.
Public method GetChunk
Gets the chunk.
Public method GetEntity
Gets the entity.
Public method GetIdentityField
Gets the identity field.
Public method GetJoinCollection<(Of <<'(TChildEntity>)>>)
Gets the join collection.
Public method GetJoinParentObject<(Of <<'(TChildEntity>)>>)
Gets the join parent object.
Public method HasDescription
Sets the table description.
Public method HasLookupDefinition
Sets this table's default lookup definition.
Public method HasRecordDescription
Sets the description to describe an individual record name.
Public method HasTableName
Sets the name of the table.
Public method IsIdentity
Determines whether this instance is identity.
Public method SetHeaderEntity<(Of <<'(THeaderEntity>)>>)
Sets the header entity.
Public method ToString
Returns a String that represents this instance.
Public method ValidateAutoFillValue
Validates the automatic fill value.

Properties


  Name Description
Public property CanAddToTable
Gets a value indicating whether this instance can add to table.
Public property CanEditTabe
Gets a value indicating whether this instance can edit tabe.
Public property CanViewTable
Gets a value indicating whether this instance can view table.
Public property ChildFields
Gets or sets the child fields.
Public property ChildKeys
Gets or sets the child keys.
Public property Context
Gets the context.
Public property Description
Gets the description.
Public property EntityName
Gets the name of the entity.
Public property FieldDefinitions
Gets the field definitions.
Public property FullEntityName
Gets the full name of the entity.
Public property HeaderTable
Gets the header table.
Public property IsAdvancedFind
Gets a value indicating whether this instance is advanced find.
Public property LookupDefinition
Gets the lookup definition. Used in mapping foreign key fields to controls.
Public property PrimaryKeyFields
Gets the primary key fields.
Public property PriorityLevel
Gets or sets the priority level.
Public property RecordDescription
Gets the record description.
Public property TableName
Gets the name of the table.
Public property TempTable
Gets a value indicating whether [temporary table].
Public property ValidateDelete
Gets a value indicating whether [validate delete].