Prepares, validates, and executes the function "policy.create_access_types(_access_type_id integer, _access_type_name character varying)" on the database.
More...
|
| | CreateAccessTypesProcedure () |
| | Prepares, validates, and executes the function "policy.create_access_types(_access_type_id integer, _access_type_name character varying)" on the database. More...
|
| |
| | CreateAccessTypesProcedure (int accessTypeId, string accessTypeName) |
| | Prepares, validates, and executes the function "policy.create_access_types(_access_type_id integer, _access_type_name character varying)" on the database. More...
|
| |
| void | Execute () |
| | Prepares and executes the function "policy.create_access_types". More...
|
| |
| void | Validate (AccessTypeEnum type, long loginId, bool noException) |
| | Validates application user access rights to execute the function. More...
|
| |
|
| override string | ObjectNamespace => "policy" |
| | The schema of this PostgreSQL function. More...
|
| |
| override string | ObjectName => "create_access_types" |
| | The schema unqualified name of this PostgreSQL function. More...
|
| |
|
| long | _LoginId [get, set] |
| | Login id of application user accessing this PostgreSQL function. More...
|
| |
| int | _UserId [get, set] |
| | User id of application user accessing this table. More...
|
| |
| string | Catalog [get, set] |
| | The name of the database on which queries are being executed to. More...
|
| |
| int | AccessTypeId [get, set] |
| | Maps to "_access_type_id" argument of the function "policy.create_access_types". More...
|
| |
| string | AccessTypeName [get, set] |
| | Maps to "_access_type_name" argument of the function "policy.create_access_types". More...
|
| |
|
abstract string | ObjectNamespace [get] |
| |
|
abstract string | ObjectName [get] |
| |
|
bool | HasAccess [get] |
| |
|
bool | Validated [get] |
| |
|
bool | SkipValidation [get, set] |
| |
|
bool | HasAccess [get] |
| |
Prepares, validates, and executes the function "policy.create_access_types(_access_type_id integer, _access_type_name character varying)" on the database.
| MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.CreateAccessTypesProcedure |
( |
| ) |
|
Prepares, validates, and executes the function "policy.create_access_types(_access_type_id integer, _access_type_name character varying)" on the database.
| MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.CreateAccessTypesProcedure |
( |
int |
accessTypeId, |
|
|
string |
accessTypeName |
|
) |
| |
Prepares, validates, and executes the function "policy.create_access_types(_access_type_id integer, _access_type_name character varying)" on the database.
- Parameters
-
| accessTypeId | Enter argument value for "_access_type_id" parameter of the function "policy.create_access_types". |
| accessTypeName | Enter argument value for "_access_type_name" parameter of the function "policy.create_access_types". |
| void MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.Execute |
( |
| ) |
|
Prepares and executes the function "policy.create_access_types".
| override string MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.ObjectName => "create_access_types" |
The schema unqualified name of this PostgreSQL function.
| override string MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.ObjectNamespace => "policy" |
The schema of this PostgreSQL function.
| long MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure._LoginId |
|
getset |
Login id of application user accessing this PostgreSQL function.
| int MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure._UserId |
|
getset |
User id of application user accessing this table.
| int MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.AccessTypeId |
|
getset |
Maps to "_access_type_id" argument of the function "policy.create_access_types".
| string MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.AccessTypeName |
|
getset |
Maps to "_access_type_name" argument of the function "policy.create_access_types".
| string MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.Catalog |
|
getset |
The name of the database on which queries are being executed to.
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Policy/CreateAccessTypesProcedure.cs