LookupContextBase Methods
The LookupContextBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanAddToTable |
Determines whether this instance [can add to table] the specified table definition.
|
|
CanDeleteTable |
Determines whether this instance [can delete table] the specified table definition.
|
|
CanEditTable |
Determines whether this instance [can edit table] the specified table definition.
|
|
CanViewTable |
Determines whether this instance [can view table] the specified table definition.
|
|
CopyData |
Copies the data.
|
|
EfInitializeFieldDefinitions |
Efs the initialize field definitions.
|
|
EfInitializePrimaryKeys |
Efs the initialize primary keys.
|
|
EfInitializeTableDefinitions |
Efs the initialize table definitions.
|
|
FormatValueForSearchHost |
Formats the value for search host.
|
|
GetAutoFillDataMaui<(Of <<'(TEntity>)>>) |
Gets the automatic fill data maui.
|
|
GetLookupDataMaui<(Of <<'(TEntity>)>>) |
Gets the lookup data maui.
|
|
GetQueryable<(Of <<'(TEntity>)>>) |
Gets the queryable.
|
|
GetQueryableTable<(Of <<'(TEntity>)>>) |
Gets the queryable table.
|
|
GetUserAutoFill |
Gets the user automatic fill.
|
|
Initialize |
Has the Entity Framework platform set up this object's table and field properties based on DbContext's model setup.
Derived classes constructor must execute this method.
|
|
InitializeAdvFind |
Initializes the adv find.
|
|
InitializeLookupDefinitions |
Called by Initialize for inheriting classes to create lookup definitions and attach them to table definitions.
|
|
OnAddViewLookup |
Occurs when a user wishes to view a selected lookup primary key value. Fires the LookupAddView event.
|
|
OnAutoFillTextRequest |
Called when [automatic fill text request].
|
|
SetupModel |
Inheritor classes use this to set table and field definition properties not automatically set up by the Entity Framework platform.
|
|
ValidateFieldFailMessage |
Gets the validates the field fail message. Override this for localization.
|