RoleGroup Class | ![]() |
Namespace: SOWIApp.Administrator
The RoleGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppName |
AppName is Module name resp class name
(Inherited from AppStandard<DataItemClass>.) |
![]() | ClientID |
Gives client ID by user of the app used. Set of UserThisApp (Inherited from AppStandard<DataItemClass>.) |
![]() | ConnectionString |
Gives database connection string of the app used
(Inherited from Connector<DataItemClass>.) |
![]() ![]() | DataGridView |
Gives translated standard DataGridView with this properties
AppName,
TableName,
UserName and
ClientID (Inherited from AppStandard<DataItemClass>.) |
![]() | DB |
Database object. Sets with method SetDB.
(Inherited from Connector<DataItemClass>.) |
![]() | DictionaryUI |
Gives Dictionary for UI.
(Inherited from AppStandard<DataItemClass>.) |
![]() | LanguageOut |
Gives language for UI from User. Can't setting then set default DE
(Inherited from AppStandard<DataItemClass>.) |
![]() | NameUnchanged |
Flag no change value in field Name Default: false
(Inherited from Connector<DataItemClass>.) |
![]() | NameUnique |
Flag whether Name unique Default: false
(Inherited from Connector<DataItemClass>.) |
![]() | Permissions |
Gives permissions by User and Module
(Inherited from AppStandard<DataItemClass>.) |
![]() | Provider |
Gives data provider type back.
(Inherited from Connector<DataItemClass>.) |
![]() | RecordStandard |
Which data items read from database? All, active or archived records.
(Inherited from Connector<DataItemClass>.) |
![]() | SortDirectionStandard |
Standard sort direction by sort field for example method GeAll
(Inherited from Connector<DataItemClass>.) |
![]() | SortFieldStandard |
Standard sort field for example method GeAll
(Inherited from Connector<DataItemClass>.) |
![]() | TableName |
usually TableName equal AppName
(Inherited from AppStandard<DataItemClass>.) |
![]() | Token |
Session token, use for check permission and information for User name
(Inherited from AppStandard<DataItemClass>.) |
![]() | UserName |
Gives user name of the app used
(Inherited from Connector<DataItemClass>.) |
![]() | UserThisApp |
Gives user data item (SOWIData.Management.User) of the app used. The user is managed by UserName or set by constructor
(Inherited from AppStandard<DataItemClass>.) |
![]() | XML |
XML object. Sets with method SetDB
(Inherited from Connector<DataItemClass>.) |
Name | Description | |
---|---|---|
![]() | Count(Records) |
Gives the count by all, active or archive data records
(Inherited from Connector<DataItemClass>.) |
![]() | Count(String, Records) |
Gives the count by all, active or archive data records and filtering by Name
(Inherited from Connector<DataItemClass>.) |
![]() ![]() | Delete(List<Int32>) |
Delete all data items
(Inherited from Connector<DataItemClass>.) |
![]() | Delete(Int32) |
Delete a data item - set Status = Delete (except XML provider)
(Inherited from Connector<DataItemClass>.) |
![]() | Delete(String) |
Delete data item by Name
(Inherited from Connector<DataItemClass>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Exist(Int32) |
Check exist data item by ID (hits can be multiple)
(Inherited from Connector<DataItemClass>.) |
![]() | Exist(String) |
Check exist data item by Name (can be multiple)
(Inherited from Connector<DataItemClass>.) |
![]() | ExistOne |
Check exist one data item by Name
(Inherited from Connector<DataItemClass>.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAll() |
Get data list by standards value without parameter.
(Inherited from Connector<DataItemClass>.) |
![]() | GetAll(Records) |
Get data list by Records (all, active, archived)
(Inherited from Connector<DataItemClass>.) |
![]() | GetAll(String, SortDirections) |
Get data list details with sort parameters
(Inherited from Connector<DataItemClass>.) |
![]() | GetAll(String, Operators, Object) |
Get data list by search parameter.
(Inherited from Connector<DataItemClass>.) |
![]() | GetAll(String, SortDirections, String, Operators, Object, Records) |
Get data list with all parameters.
(Inherited from Connector<DataItemClass>.) |
![]() | GetByID |
Gives one data item by ID
(Inherited from Connector<DataItemClass>.) |
![]() | GetByName |
Data item search by field Name
(Inherited from Connector<DataItemClass>.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetList |
Gives raw data list and is basis for all data processing
(Overrides Connector<DataItemClass>.GetList().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetView(ListViewConfig, Dictionary<String, String>) |
Gives a list of data by settings of ListView Config.
The list is divided into pages (paging).
(Inherited from AppStandard<DataItemClass>.) |
![]() ![]() | GetView(ListViewConfig, String, Dictionary<String, String>) |
Data list configured by List View Config
(Inherited from AppStandard<DataItemClass>.) |
![]() | Import(DataTable) |
Data import from a data table
(Inherited from AppStandard<DataItemClass>.) |
![]() | Import(String) |
Data import from a CSV file. First row is column label.
(Inherited from AppStandard<DataItemClass>.) |
![]() | Import(Stream, String, String) |
Data import from a stream with CSV structure. First row is column label.
(Inherited from AppStandard<DataItemClass>.) |
![]() ![]() | ImportItem |
Import a data item
(Inherited from AppStandard<DataItemClass>.) |
![]() | Initialize |
Database setting for use module
(Inherited from AppStandard<DataItemClass>.) |
![]() | Insert(List<DataItemClass>) |
Insert list of data items
(Inherited from Connector<DataItemClass>.) |
![]() | Insert(DataItemClass) |
Insert data item
(Inherited from Connector<DataItemClass>.) |
![]() | InsertOrUpdateByName |
If not exists data record by Name then call method Insert.
If exists data record unique then call method Update.
If more data records then trigger an exception DataFoundMoreAsOne
(Inherited from Connector<DataItemClass>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDBActionDone |
event for override
(Inherited from AppStandard<DataItemClass>.) |
![]() | OnDBActionPermission |
Permission handling
(Inherited from AppStandard<DataItemClass>.) |
![]() | OnDBActionPrepare |
Data prepare before database handling
(Inherited from AppStandard<DataItemClass>.) |
![]() | OnDBActionPrepareApp |
Set Client ID
(Inherited from AppStandard<DataItemClass>.) |
![]() | OnValidating |
Validating for required fields and can override
(Inherited from AppStandard<DataItemClass>.) |
![]() | PermissionCheck(CRUD) |
Check Permission CRUD and Session Token of this App and User
(Inherited from AppStandard<DataItemClass>.) |
![]() | PermissionCheck(CRUD[]) |
Check Permission CRUD and Session Token of this App and User
(Inherited from AppStandard<DataItemClass>.) |
![]() | SetDB |
Set database
(Overrides Connector<DataItemClass>.SetDB().) |
![]() | SetUserThisApp |
Setting object property UserThisApp (SOWIData.Management.User) by UserName
(Inherited from AppStandard<DataItemClass>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update(List<DataItemClass>) |
Data list update
(Inherited from Connector<DataItemClass>.) |
![]() | Update(DataItemClass) |
Data item update
(Inherited from Connector<DataItemClass>.) |
![]() | Upload(String) |
Data content upload - not implemented
(Inherited from AppStandard<DataItemClass>.) |
![]() | Upload(DataItemClass, FileContent) |
Save file data to data item. This method can be overwrite.
(Inherited from AppStandard<DataItemClass>.) |
![]() | Validate |
Validate data item
(Inherited from Connector<DataItemClass>.) |
![]() | ValidateEventArgData | (Inherited from AppStandard<DataItemClass>.) |
![]() | ValidateRequired |
Validate with Data Grid View (Required)
(Inherited from AppStandard<DataItemClass>.) |
![]() | Write |
Write a document. This not implemented.
(Inherited from AppStandard<DataItemClass>.) |
Name | Description | |
---|---|---|
![]() | DBActionAfter |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() | DBActionBefore |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() | DBActionDone |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() | DBActionPermission |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() ![]() | DBActionPrepare |
Triggered by methods Get*, Insert, Update and Delete
(Inherited from Connector<DataItemClass>.) |
![]() | Validating |
Triggered by method Validate
(Inherited from Connector<DataItemClass>.) |