Prepares, validates, and executes the function "core.create_flag(user_id_ integer, flag_type_id_ integer, resource_ text, resource_key_ text, resource_id_ text)" on the database.
More...
|
| | CreateFlagProcedure () |
| | Prepares, validates, and executes the function "core.create_flag(user_id_ integer, flag_type_id_ integer, resource_ text, resource_key_ text, resource_id_ text)" on the database. More...
|
| |
| | CreateFlagProcedure (int userId, int flagTypeId, string resource, string resourceKey, string resourceId) |
| | Prepares, validates, and executes the function "core.create_flag(user_id_ integer, flag_type_id_ integer, resource_ text, resource_key_ text, resource_id_ text)" on the database. More...
|
| |
| void | Execute () |
| | Prepares and executes the function "core.create_flag". More...
|
| |
| void | Validate (AccessTypeEnum type, long loginId, bool noException) |
| | Validates application user access rights to execute the function. More...
|
| |
|
| override string | ObjectNamespace => "core" |
| | The schema of this PostgreSQL function. More...
|
| |
| override string | ObjectName => "create_flag" |
| | 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 | UserId [get, set] |
| | Maps to "user_id_" argument of the function "core.create_flag". More...
|
| |
| int | FlagTypeId [get, set] |
| | Maps to "flag_type_id_" argument of the function "core.create_flag". More...
|
| |
| string | Resource [get, set] |
| | Maps to "resource_" argument of the function "core.create_flag". More...
|
| |
| string | ResourceKey [get, set] |
| | Maps to "resource_key_" argument of the function "core.create_flag". More...
|
| |
| string | ResourceId [get, set] |
| | Maps to "resource_id_" argument of the function "core.create_flag". 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 "core.create_flag(user_id_ integer, flag_type_id_ integer, resource_ text, resource_key_ text, resource_id_ text)" on the database.
| MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.CreateFlagProcedure |
( |
| ) |
|
Prepares, validates, and executes the function "core.create_flag(user_id_ integer, flag_type_id_ integer, resource_ text, resource_key_ text, resource_id_ text)" on the database.
| MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.CreateFlagProcedure |
( |
int |
userId, |
|
|
int |
flagTypeId, |
|
|
string |
resource, |
|
|
string |
resourceKey, |
|
|
string |
resourceId |
|
) |
| |
Prepares, validates, and executes the function "core.create_flag(user_id_ integer, flag_type_id_ integer, resource_ text, resource_key_ text, resource_id_ text)" on the database.
- Parameters
-
| userId | Enter argument value for "user_id_" parameter of the function "core.create_flag". |
| flagTypeId | Enter argument value for "flag_type_id_" parameter of the function "core.create_flag". |
| resource | Enter argument value for "resource_" parameter of the function "core.create_flag". |
| resourceKey | Enter argument value for "resource_key_" parameter of the function "core.create_flag". |
| resourceId | Enter argument value for "resource_id_" parameter of the function "core.create_flag". |
| void MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.Execute |
( |
| ) |
|
Prepares and executes the function "core.create_flag".
| override string MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.ObjectName => "create_flag" |
The schema unqualified name of this PostgreSQL function.
| override string MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.ObjectNamespace => "core" |
The schema of this PostgreSQL function.
| long MixERP.Net.Schemas.Core.Data.CreateFlagProcedure._LoginId |
|
getset |
Login id of application user accessing this PostgreSQL function.
| int MixERP.Net.Schemas.Core.Data.CreateFlagProcedure._UserId |
|
getset |
User id of application user accessing this table.
| string MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.Catalog |
|
getset |
The name of the database on which queries are being executed to.
| int MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.FlagTypeId |
|
getset |
Maps to "flag_type_id_" argument of the function "core.create_flag".
| string MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.Resource |
|
getset |
Maps to "resource_" argument of the function "core.create_flag".
| string MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.ResourceId |
|
getset |
Maps to "resource_id_" argument of the function "core.create_flag".
| string MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.ResourceKey |
|
getset |
Maps to "resource_key_" argument of the function "core.create_flag".
| int MixERP.Net.Schemas.Core.Data.CreateFlagProcedure.UserId |
|
getset |
Maps to "user_id_" argument of the function "core.create_flag".
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Core/CreateFlagProcedure.cs