DataGrid Properties |
The DataGrid type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionDB |
Value of Actions enumeration (value without database saved is saved in ActionText)
(Inherited from DataStandard.) | |
| ActionText |
Action text of Actions enumeration (value database saved)
(Inherited from DataStandard.) | |
| AppName |
App name e.g. Ticket the name of App class (required)
| |
| Archive |
Is value false then active record
Is value true then archived record
(Inherited from DataStandard.) | |
| CanDesign |
Can user/application (e.g. SOWI Win Presentation Interface) is editing the properties for Windows, Web and Mobile
| |
| CanEdit |
User/application can field value is editing
| |
| CanVisible |
Can user/application is editing the visibility property values
| |
| ChangeTracker |
Provides access to features of the context that deal with change tracking of entities.
(Inherited from DbContext.) | |
| Checked |
Use for user interface handling by checkbox (true or false)
(Inherited from DataStandard.) | |
| ClientID |
Record on this client
(Inherited from DataStandard.) | |
| ColorUI |
Color handling for user interface e. g. row table
(Inherited from DataStandard.) | |
| ColumnLabel |
Column label
| |
| ColumnLabelDefault |
Column default label
| |
| Configuration |
Provides access to configuration options for the context.
(Inherited from DbContext.) | |
| CreateDate |
Date created data record is set by method Insert
(Inherited from DataStandard.) | |
| CreateUser |
User who created data record is set by method Insert
(Inherited from DataStandard.) | |
| Database |
Creates a Database instance for this context that allows for creation/deletion/existence checks
for the underlying database.
(Inherited from DbContext.) | |
| DataFieldName |
Table field name for data grid view configuration
| |
| DataFieldType |
Data field type for data field name
| |
| DataFieldTypeText |
Data field type for data field name
| |
| DateTimeValue |
Use for application
(Inherited from DataStandard.) | |
| DeleteDate |
Date as deleted data record is set by method Delete
(Inherited from DataStandard.) | |
| DeleteUser |
User who deleted data record is set by method Delete
(Inherited from DataStandard.) | |
| Description |
Use for application
(Inherited from DataStandard.) | |
| EnumTypeName |
Only information, not functionality.
| |
| Flag |
Use for application
(Inherited from DataStandard.) | |
| GUID |
GUID for export import
(Inherited from DataStandard.) | |
| Help |
no function
(Inherited from DataStandard.) | |
| ID |
Unique identifier of record
(Inherited from DataStandard.) | |
| InFieldList |
Is this field into field list
| |
| Item |
Index handling example this[FieldName]
(Inherited from DataStandard.) | |
| Label |
Use for application
(Inherited from DataStandard.) | |
| LastEditDate |
Date last change is set by method Update
(Inherited from DataStandard.) | |
| LastEditUser |
User who made last change on data record is set by method Update.
(Inherited from DataStandard.) | |
| LastUser |
Gives user name who last work with this data item (create or edit)
(Inherited from DataStandard.) | |
| ListName |
List name for data field type List
| |
| MobilFormVisible |
Is field visible in Mobile form?
| |
| MobilFormVisibleDefault |
Default value whether field visible in Mobile form
| |
| MobilListVisible |
Is field visible in Mobile list
| |
| MobilListVisibleDefault |
Default value whether field visibl in Mobile list
| |
| MobilListWidth |
Column width into Mobile list
| |
| MobilListWidthDefault |
Default value for column width into Mobile list
| |
| Name |
Optional whether required. Setting at class constructor SOWIData.Database.Connector
(Inherited from DataStandard.) | |
| NameOriginalValue |
Orginal value of field Name
(Inherited from DataStandard.) | |
| Order |
Field list order
| |
| OrderDefault |
Field list default order
| |
| Required |
Field must has a value
| |
| Selection |
Use for user interface handling selection (options)
Integer value example selection by ID
(Inherited from DataStandard.) | |
| Status |
Value of Statuses enumeration (without database saved is saved in StatusText)
(Inherited from DataStandard.) | |
| StatusText |
Status text of Statuses enumeration (database saved)
(Inherited from DataStandard.) | |
| TableName |
Table name for data grid view configuration
| |
| Task |
Value of Tasks enumeration (without database saved is saved in TaskText)
(Inherited from DataStandard.) | |
| TaskText |
Task text of Tasks enumeration (database saved)
(Inherited from DataStandard.) | |
| Text |
Use for application
(Inherited from DataStandard.) | |
| UserName |
Configuration for user
| |
| Value |
Use for application
(Inherited from DataStandard.) | |
| View |
Data grid view configuration (see DataGridViews)
| |
| ViewName |
Data grid view configuration (see DataGridViews)
| |
| WebFormVisible |
Is field visible in Web form?
| |
| WebFormVisibleDefault |
Default value whether field visible in Web form
| |
| WebListVisible |
Is field visible in Web list?
| |
| WebListVisibleDefault |
Default value whether field visible in Web list?
| |
| WebListWidth |
Column width into Web list
| |
| WebListWidthDefault |
Default value for column width into Web list
| |
| WinFormVisible |
Is field visible in Windows form?
| |
| WinFormVisibleDefault |
Default value whether field visible in Windows form
| |
| WinListVisible |
Is field visible in Windows list?
| |
| WinListVisibleDefault |
Default value whether field visible in Windows list?
| |
| WinListWidth |
Column width into Windows list
| |
| WinListWidthDefault |
Default value for column width into Windows list
|
| Name | Description | |
|---|---|---|
| System#Data#Entity#Infrastructure#IObjectContextAdapter#ObjectContext |
Returns the Entity Framework ObjectContext that is underlying this context.
(Inherited from DbContext.) |