DataStandard Properties |
The DataStandard type exposes the following members.
Name | Description | |
---|---|---|
ActionDB |
Value of Actions enumeration (value without database saved is saved in ActionText)
| |
ActionText |
Action text of Actions enumeration (value database saved)
| |
Archive |
Is value false then active record
Is value true then archived record
| |
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)
| |
ClientID |
Record on this client
| |
ColorUI |
Color handling for user interface e. g. row table
| |
Configuration |
Provides access to configuration options for the context.
(Inherited from DbContext.) | |
CreateDate |
Date created data record is set by method Insert
| |
CreateUser |
User who created data record is set by method Insert
| |
Database |
Creates a Database instance for this context that allows for creation/deletion/existence checks
for the underlying database.
(Inherited from DbContext.) | |
DateTimeValue |
Use for application
| |
DeleteDate |
Date as deleted data record is set by method Delete
| |
DeleteUser |
User who deleted data record is set by method Delete
| |
Description |
Use for application
| |
Flag |
Use for application
| |
GUID |
GUID for export import
| |
Help |
no function
| |
ID |
Unique identifier of record
| |
Item |
Index handling example this[FieldName]
| |
Label |
Use for application
| |
LastEditDate |
Date last change is set by method Update
| |
LastEditUser |
User who made last change on data record is set by method Update.
| |
LastUser |
Gives user name who last work with this data item (create or edit)
| |
Name |
Optional whether required. Setting at class constructor SOWIData.Database.Connector
| |
NameOriginalValue |
Orginal value of field Name
| |
Selection |
Use for user interface handling selection (options)
Integer value example selection by ID
| |
Status |
Value of Statuses enumeration (without database saved is saved in StatusText)
| |
StatusText |
Status text of Statuses enumeration (database saved)
| |
Task |
Value of Tasks enumeration (without database saved is saved in TaskText)
| |
TaskText |
Task text of Tasks enumeration (database saved)
| |
Text |
Use for application
| |
Value |
Use for application
|
Name | Description | |
---|---|---|
System#Data#Entity#Infrastructure#IObjectContextAdapter#ObjectContext |
Returns the Entity Framework ObjectContext that is underlying this context.
(Inherited from DbContext.) |