Module Class |
Namespace: SOWIData.Management
The Module type exposes the following members.
Name | Description | |
---|---|---|
Module |
Constructor without parameter
| |
Module(String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Double) |
Constructor with data parameter
|
Name | Description | |
---|---|---|
Action |
Action name use to in web/win application (e.g. in web application Action Link)
| |
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.) | |
Active |
The Module (App) default activate
| |
Archive |
Is value false then active record
Is value true then archived record
(Inherited from DataStandard.) | |
CanActivate |
Can clients this Module (App, Module, Option) activate (Module option)
| |
CanCreate |
Module has function: create data item
| |
CanDelete |
Module has function: delete data item
| |
CanDeleteOwner |
Module has function: owner can delete data item
| |
CanRead |
Module has function: read data item(s)
| |
CanReadOwner |
Module has function: owner can data item(s) read
| |
CanUpdate |
Module has function: update data item
| |
CanUpdateOwner |
Module has function: owner can update data item
| |
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.) | |
Configuration |
Provides access to configuration options for the context.
(Inherited from DbContext.) | |
Controller |
Controller name use to in web/win application (e.g. in web application Action Link)
| |
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.) | |
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.) | |
FieldName |
Field name for statistic
| |
Flag |
Use for application
(Inherited from DataStandard.) | |
GroupName |
Group name (e.g. use to menu title)
| |
GUID |
GUID for export import
(Inherited from DataStandard.) | |
Help |
no function
(Inherited from DataStandard.) | |
ID |
Unique identifier of record
(Inherited from DataStandard.) | |
IsApp |
Is the Module a application (App)
| |
IsDataContent |
Is the Module a count of data content
| |
IsDataItem |
Is the Module a count of data items
| |
IsModule |
Is the Module a module (is a part of App and can used across more App)
| |
IsOption |
Is the Module a option of App or module
| |
IsUser |
Is the Module a User part
| |
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.) | |
Name |
Optional whether required. Setting at class constructor SOWIData.Database.Connector
(Inherited from DataStandard.) | |
NameOriginalValue |
Orginal value of field Name
(Inherited from DataStandard.) | |
Order |
Menu order
| |
Parameter |
Parameter value use to in web/win application (e.g. in web application Action Link)
| |
Price |
Module price
| |
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 statistic
| |
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.) | |
Value |
Use for application
(Inherited from DataStandard.) | |
Visible |
Menu visible
|
Name | Description | |
---|---|---|
Dispose |
Calls the protected Dispose method.
(Inherited from DbContext.) | |
Dispose(Boolean) |
Disposes the context. The underlying ObjectContext is also disposed if it was created
is by this context or ownership was passed to this context when this context was created.
The connection to the database (DbConnection object) is also disposed if it was created
is by this context or ownership was passed to this context when this context was created.
(Inherited from DbContext.) | |
Entry(Object) |
Gets a DbEntityEntry object for the given entity providing access to
information about the entity and the ability to perform actions on the entity.
(Inherited from DbContext.) | |
Entry``1(UMP) |
Gets a DbEntityEntry object for the given entity providing access to
information about the entity and the ability to perform actions on the entity.
(Inherited from DbContext.) | |
Equals | (Inherited from DbContext.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Inherited from DbContext.) | |
GetType | (Inherited from DbContext.) | |
GetValidationErrors |
Validates tracked entities and returns a Collection of DbEntityValidationResult containing validation results.
(Inherited from DbContext.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnModelCreating |
This method is called when the model for a derived context has been initialized, but
before the model has been locked down and used to initialize the context. The default
implementation of this method does nothing, but it can be overridden in a derived class
such that the model can be further configured before it is locked down.
(Inherited from DbContext.) | |
SaveChanges |
Saves all changes made in this context to the underlying database.
(Inherited from DbContext.) | |
Set(Type) |
Returns a non-generic DbSet instance for access to entities of the given type in the context,
the ObjectStateManager, and the underlying store.
(Inherited from DbContext.) | |
Set``1 |
Returns a DbSet instance for access to entities of the given type in the context,
the ObjectStateManager, and the underlying store.
(Inherited from DbContext.) | |
ShouldValidateEntity |
Extension point allowing the user to override the default behavior of validating only
added and modified entities.
(Inherited from DbContext.) | |
ToString | (Inherited from DbContext.) | |
ValidateEntity |
Extension point allowing the user to customize validation of an entity or filter out validation results.
Called by GetValidationErrors.
(Inherited from DbContext.) |
Name | Description | |
---|---|---|
System#Data#Entity#Infrastructure#IObjectContextAdapter#ObjectContext |
Returns the Entity Framework ObjectContext that is underlying this context.
(Inherited from DbContext.) |
field | description |
---|---|
Name | Module name for identification |
Label | Label for module. Use e.g. Client Dashboard |
Description | Descript the module |
DateTimeValue | - |
Value | - |
Text | - |
Flag | - |