Click or drag to resize

ListViewConfig Properties

The ListViewConfig type exposes the following members.

Properties
  NameDescription
Public propertyActionDB
Value of Actions enumeration (value without database saved is saved in ActionText)
(Inherited from DataStandard.)
Public propertyActionText
Action text of Actions enumeration (value database saved)
(Inherited from DataStandard.)
Public propertyAppName
AppName for identification of ListViewConfig of setting
Public propertyArchive
Is value false then active record Is value true then archived record
(Inherited from DataStandard.)
Public propertyChangeTracker
Provides access to features of the context that deal with change tracking of entities.
(Inherited from DbContext.)
Public propertyChecked
Use for user interface handling by checkbox (true or false)
(Inherited from DataStandard.)
Public propertyClientID
Record on this client
(Inherited from DataStandard.)
Public propertyColorUI
Color handling for user interface e. g. row table
(Inherited from DataStandard.)
Public propertyConfiguration
Provides access to configuration options for the context.
(Inherited from DbContext.)
Public propertyCreateDate
Date created data record is set by method Insert
(Inherited from DataStandard.)
Public propertyCreateUser
User who created data record is set by method Insert
(Inherited from DataStandard.)
Public propertyCurrentPageIndex
Current number of page
Public propertyDatabase
Creates a Database instance for this context that allows for creation/deletion/existence checks for the underlying database.
(Inherited from DbContext.)
Public propertyDateTimeValue
Use for application
(Inherited from DataStandard.)
Public propertyDeleteDate
Date as deleted data record is set by method Delete
(Inherited from DataStandard.)
Public propertyDeleteUser
User who deleted data record is set by method Delete
(Inherited from DataStandard.)
Public propertyDescription
Use for application
(Inherited from DataStandard.)
Public propertyFields
List of field names for sorting and searching
Public propertyFlag
Use for application
(Inherited from DataStandard.)
Public propertyGUID
GUID for export import
(Inherited from DataStandard.)
Public propertyHelp
no function
(Inherited from DataStandard.)
Public propertyID
Unique identifier of record
(Inherited from DataStandard.)
Public propertyItem
Index handling example this[FieldName]
(Inherited from DataStandard.)
Public propertyLabel
Use for application
(Inherited from DataStandard.)
Public propertyLastEditDate
Date last change is set by method Update
(Inherited from DataStandard.)
Public propertyLastEditUser
User who made last change on data record is set by method Update.
(Inherited from DataStandard.)
Public propertyLastUser
Gives user name who last work with this data item (create or edit)
(Inherited from DataStandard.)
Public propertyListHeaderDialogShow
Setting for list config dialog to show or no showing
Public propertyName
Optional whether required. Setting at class constructor SOWIData.Database.Connector
(Inherited from DataStandard.)
Public propertyNameOriginalValue
Orginal value of field Name
(Inherited from DataStandard.)
Public propertyPageCount
Number of page
Public propertyPageSize
Number of page items
Public propertyRecord
What see in data list All, Active or Archived
Public propertyRecordCount
Number of record per page
Public propertyRecordText
What see in data list All, Active or Archived. Value to storage.
Public propertySearchField
Search field name
Public propertySearchOperator
Selected search operator e.g. equal, contents...
Public propertySearchOperatorText
Selected search operator e.g. equal, contents. Value to storage.
Public propertySearchValue
Search value
Public propertySearchValue2
Search value (selected by dropdownlist)
Public propertySearchValues
List of search values for dropdownlist
Public propertySelection
Use for user interface handling selection (options) Integer value example selection by ID
(Inherited from DataStandard.)
Public propertySortDirection
Selected sort direction
Public propertySortDirectionText
Selected sort field (for storage)
Public propertySortField
Selected sort field
Public propertyStatus
Value of Statuses enumeration (without database saved is saved in StatusText)
(Inherited from DataStandard.)
Public propertyStatusText
Status text of Statuses enumeration (database saved)
(Inherited from DataStandard.)
Public propertyTask
Value of Tasks enumeration (without database saved is saved in TaskText)
(Inherited from DataStandard.)
Public propertyTaskText
Task text of Tasks enumeration (database saved)
(Inherited from DataStandard.)
Public propertyText
Use for application
(Inherited from DataStandard.)
Public propertyUserName
Username for identification of ListViewConfig of setting
Public propertyValue
Use for application
(Inherited from DataStandard.)
Public propertyViewName
View name for identification of ListViewConfig of setting
Public propertyVisible
List view setting visible the button/dialog
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertySystem#Data#Entity#Infrastructure#IObjectContextAdapter#ObjectContext
Returns the Entity Framework ObjectContext that is underlying this context.
(Inherited from DbContext.)
Top
See Also