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

LookupDefinitionBase Members

The LookupDefinitionBase type exposes the following members.

Constructors


  Name Description
Public method LookupDefinitionBase(TableDefinitionBase)
Initializes a new instance of the LookupDefinitionBase class.
Public method LookupDefinitionBase(Int32)
Initializes a new instance of the LookupDefinitionBase class.
Public method LookupDefinitionBase(Int32, LookupRefresher)
Initializes a new instance of the LookupDefinitionBase class.

Methods


  Name Description
Public method AddAllFieldsAsHiddenColumns
Adds all fields as hidden columns.
Public method AddCopyJoin
Adds the copy join.
Public method AddOrderByColumn
Adds the order by column.
Public method AddVisibleColumnDefinition(String, FieldDefinition, Double, String)
Adds the visible column definition.
Public method AddVisibleColumnDefinition(String, ILookupFormula, Double, FieldDataTypes, String, Boolean)
Adds the visible column definition.
Public method AddVisibleColumnDefinitionField
Adds the visible column definition field.
Protected method BaseClone
Bases the clone.
Public method ClearVisibleColumns
Clears the visible columns.
Public method Clone
Clones this instance.
Public method CopyDataTo
Copies the data to.
Public method CopyLookupData
Copies the lookup data.
Public method DeleteVisibleColumn
Deletes the visible column.
Public method FilterLookup<(Of <<'(THeaderEntity>)>>)
Filters the lookup.
Public method FireCloseEvent
Fires the close event.
Public method GetAutoFillDataMaui
Gets the automatic fill data maui.
Public method GetAutoFillValue
Gets the automatic fill value.
Public method GetCount
Gets the count.
Public method GetIndexOfVisibleColumn
Gets the index of visible column.
Public method GetLookupDataMaui
Gets the lookup data maui.
Public method GetSelectQueryMaui
Gets the select query maui.
Public method Include
Includes the specified foreign field definition.
Public method LoadFromAdvFindColumnEntity
Loads from adv find column entity.
Public method LoadFromAdvFindFilter
Loads from adv find filter.
Public method MakeInclude
Makes the include.
Public method Static member ProcessSearchValue
Processes the search value.
Public method SetCommand
Sets the command.
Public method SetKeyColumn
Sets the key column.
Public method ShowAddOnTheFlyWindow
Shows the add on the fly window.

Properties


  Name Description
Public property AdditOrderByColumns
Gets the addit order by columns.
Public property AdvancedFindTree
Gets or sets the advanced find tree.
Public property AllowAddOnTheFly
Gets or sets a value indicating whether [allow add on the fly].
Public property ChildField
Gets or sets the child field.
Public property Entity
Gets the entity.
Public property FilterDefinition
Gets the filter definition.
Public property FromFormula
Gets from formula.
Public property HiddenColumns
Gets the hidden columns.
Public property InitialOrderByColumn
Gets or sets the initial order by column.
Public property InitialOrderByField
Gets or sets the initial order by field.
Public property InitialOrderByType
Gets and sets the initial type of the order by.
Public property InitialSortColumnDefinition
Gets and sets the initial sort column definition.
Public property Joins
Gets the joins.
Public property KeyColumn
Gets the key column.
Public property LookupEntityName
Gets the name of the lookup entity.
Public property ParentObject
Gets or sets the parent object.
Public property ReadOnlyMode
Gets or sets a value indicating whether [read only mode].
Public property TableDefinition
Gets the table definition.
Public property Title
Gets or sets the title that shows on the lookup window.
Public property VisibleColumns
Gets the visible columns.

Events


  Name Description
Public event CommandChanged
Occurs when [command changed].
Public event WindowClosed
Occurs when [window closed].