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

TableDefinition<(Of <(<'TEntity>)>)> Members

The TableDefinition<(Of <(<'TEntity>)>)> type exposes the following members.

Constructors


  Name Description
Public method TableDefinition<(Of <(<'TEntity>)>)>
Initializes a new instance of the TableDefinition<(Of <(<'TEntity>)>)> class.

Methods


  Name Description
Public method AddPropertyToPrimaryKey
Adds the property to primary key.
Public method FillOutChildKey
Fills the out child key.
Public method FillOutEntity
Fills the out entity.
Public method FillOutObject
Fills the out object.
Public method FillOutParentJoins
Fills the out parent joins.
Public method GetAutoFillValue
Gets the automatic fill value.
Public method GetEntity
Gets the entity.
Public method GetEntityFromPrimaryKeyValue
Gets the entity from primary key value.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, String>)>>)>)>>))
Gets the string field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, DateTime>)>>)>)>>))
Gets the date field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Nullable<(Of <<'(DateTime>)>>)>)>>)>)>>))
Gets the date field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Int32>)>>)>)>>))
Gets the whole number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Nullable<(Of <<'(Int32>)>>)>)>>)>)>>))
Gets the whole number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Int64>)>>)>)>>))
Gets the whole number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Nullable<(Of <<'(Int64>)>>)>)>>)>)>>))
Gets the whole number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Int16>)>>)>)>>))
Gets the whole number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Nullable<(Of <<'(Int16>)>>)>)>>)>)>>))
Gets the whole number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Byte>)>>)>)>>))
Gets the whole number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Nullable<(Of <<'(Byte>)>>)>)>>)>)>>))
Gets the whole number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Decimal>)>>)>)>>))
Gets the double number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Nullable<(Of <<'(Decimal>)>>)>)>>)>)>>))
Gets the double number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Double>)>>)>)>>))
Gets the double number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Nullable<(Of <<'(Double>)>>)>)>>)>)>>))
Gets the double number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Single>)>>)>)>>))
Gets the double number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Nullable<(Of <<'(Single>)>>)>)>>)>)>>))
Gets the double number field definition for the property.
Public method GetFieldDefinition(Expression<(Of <<'(Func<(Of <<'(TEntity, Boolean>)>>)>)>>))
Gets the boolean field definition for the property.
Public method GetIdentityField
Gets the identity field.
Public method GetIdentityValue
Gets the identity value.
Public method GetJoinCollection<(Of <<'(TChildEntity>)>>)
Gets the join collection.
Public method GetJoinParentObject<(Of <<'(TChildEntity>)>>)
Gets the join parent object.
Public method GetPrimaryKeyValueFromEntity
Gets the primary key value from entity.
Public method GetPropertyField
Gets the field definition associated with the property name.
Public method IsEqualTo
Determines whether [is equal to] [the specified first].
Public method IsIdentity
Determines whether this instance is identity.
Public method IsTempTable
Determines whether [is temporary table] [the specified value].
Public method SetHeaderEntity<(Of <<'(THeaderEntity>)>>)
Sets the header entity.
Public method ShowInAdvFind
Shows the in adv find.
Public method ValidateAutoFillValue
Validates the automatic fill value.
Public method ValidateEntity
Validates the entity.