LookupContextBase Members
The LookupContextBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupContextBase |
Initializes a new instance of the LookupContextBase class.
|
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.
|
Properties
Name | Description | |
---|---|---|
AdvancedFindColumnLookup |
Gets or sets the advanced find column lookup.
|
|
AdvancedFindColumns |
Gets or sets the advanced find columns.
|
|
AdvancedFindFilterLookup |
Gets or sets the advanced find filter lookup.
|
|
AdvancedFindFilters |
Gets or sets the advanced find filters.
|
|
AdvancedFindLookup |
Gets or sets the advanced find lookup.
|
|
AdvancedFinds |
Gets or sets the advanced finds.
|
|
Context |
Gets the context.
|
|
DataProcessor |
Gets the data processor used to process all queries and SQL statements.
|
|
FormulaRegistry |
Gets the formula registry.
|
|
Initialized |
Gets a value indicating whether this class has been initialized by the Entity Framework platform.
|
|
RecordLockingLookup |
Gets or sets the record locking lookup.
|
|
RecordLocks |
Gets or sets the record locks.
|
|
TableDefinitions |
Gets the table definitions.
|
|
ValidateFieldFailCaption |
Gets the validate field fail caption. Override this for localization.
|
Events
Name | Description | |
---|---|---|
CanProcessTableEvent |
Occurs when [can process table event].
|
|
CopyProcedureEvent |
Occurs when [copy procedure event].
|
|
FormatSearchForEvent |
Occurs when [format search for event].
|
|
GetAutoFillText |
Occurs when [get automatic fill text].
|
|
LookupAddView |
Occurs when a user wishes to view a selected lookup row. Used to show the appropriate editor for the selected lookup row.
|