Click or drag to resize

DataStandard Properties

The DataStandard type exposes the following members.

Properties
  NameDescription
Public propertyActionDB
Value of Actions enumeration (value without database saved is saved in ActionText)
Public propertyActionText
Action text of Actions enumeration (value database saved)
Public propertyArchive
Is value false then active record Is value true then archived record
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)
Public propertyClientID
Record on this client
Public propertyColorUI
Color handling for user interface e. g. row table
Public propertyConfiguration
Provides access to configuration options for the context.
(Inherited from DbContext.)
Public propertyCreateDate
Date created data record is set by method Insert
Public propertyCreateUser
User who created data record is set by method Insert
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
Public propertyDeleteDate
Date as deleted data record is set by method Delete
Public propertyDeleteUser
User who deleted data record is set by method Delete
Public propertyDescription
Use for application
Public propertyFlag
Use for application
Public propertyGUID
GUID for export import
Public propertyHelp
no function
Public propertyID
Unique identifier of record
Public propertyItem
Index handling example this[FieldName]
Public propertyLabel
Use for application
Public propertyLastEditDate
Date last change is set by method Update
Public propertyLastEditUser
User who made last change on data record is set by method Update.
Public propertyLastUser
Gives user name who last work with this data item (create or edit)
Public propertyName
Optional whether required. Setting at class constructor SOWIData.Database.Connector
Public propertyNameOriginalValue
Orginal value of field Name
Public propertySelection
Use for user interface handling selection (options) Integer value example selection by ID
Public propertyStatus
Value of Statuses enumeration (without database saved is saved in StatusText)
Public propertyStatusText
Status text of Statuses enumeration (database saved)
Public propertyTask
Value of Tasks enumeration (without database saved is saved in TaskText)
Public propertyTaskText
Task text of Tasks enumeration (database saved)
Public propertyText
Use for application
Public propertyValue
Use for application
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