User Methods | ![]() |
The User type exposes the following members.
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>.) |
![]() | CountByClient | SOWI App User - Get a number of user by client Return ValueType:If return a number 0 then no user or over 0 then total users of user by client If return -1 then function has triggered an exception |
![]() | Create |
Create a user
|
![]() ![]() | 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>.) |
![]() | ExistEmailAddress | |
![]() | 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>.) |
![]() | GetByClient |
Gives a user list filtered to client
|
![]() | GetByEmailAddress | |
![]() | 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.) |
![]() | GetUserID | SOWI App User - Get ID by name Return ValueType:If return a number 0 then no found data item by name If return a number over 0 then gives ID of data item by name If return -1 then function has triggered an exception |
![]() | 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>.) |
![]() | LogIn |
Check log in
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PasswordChange |
User change password
|
![]() | PasswordReset |
User reset password (generated a new password)
|
![]() | Remove |
Delete User incl Address, DataGrid (View: User), ListViewConfig and UserRole
|
![]() | SetDB |
Set database
(Overrides Connector<DataItemClass>.SetDB().) |
![]() | 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>.) |
![]() | Validate |
Validate data item
(Inherited from Connector<DataItemClass>.) |