Prepares, validates, and executes the function "core.create_kanban(_object_name character varying, _user_id integer, _kanban_name character varying, _description text)" on the database.
More...
|
| | CreateKanbanProcedure () |
| | Prepares, validates, and executes the function "core.create_kanban(_object_name character varying, _user_id integer, _kanban_name character varying, _description text)" on the database. More...
|
| |
| | CreateKanbanProcedure (string objectName, int userId, string kanbanName, string description) |
| | Prepares, validates, and executes the function "core.create_kanban(_object_name character varying, _user_id integer, _kanban_name character varying, _description text)" on the database. More...
|
| |
| void | Execute () |
| | Prepares and executes the function "core.create_kanban". 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_kanban" |
| | 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...
|
| |
| string | ObjectName [get, set] |
| | Maps to "_object_name" argument of the function "core.create_kanban". More...
|
| |
| int | UserId [get, set] |
| | Maps to "_user_id" argument of the function "core.create_kanban". More...
|
| |
| string | KanbanName [get, set] |
| | Maps to "_kanban_name" argument of the function "core.create_kanban". More...
|
| |
| string | Description [get, set] |
| | Maps to "_description" argument of the function "core.create_kanban". 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_kanban(_object_name character varying, _user_id integer, _kanban_name character varying, _description text)" on the database.
| MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.CreateKanbanProcedure |
( |
| ) |
|
Prepares, validates, and executes the function "core.create_kanban(_object_name character varying, _user_id integer, _kanban_name character varying, _description text)" on the database.
| MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.CreateKanbanProcedure |
( |
string |
objectName, |
|
|
int |
userId, |
|
|
string |
kanbanName, |
|
|
string |
description |
|
) |
| |
Prepares, validates, and executes the function "core.create_kanban(_object_name character varying, _user_id integer, _kanban_name character varying, _description text)" on the database.
- Parameters
-
| objectName | Enter argument value for "_object_name" parameter of the function "core.create_kanban". |
| userId | Enter argument value for "_user_id" parameter of the function "core.create_kanban". |
| kanbanName | Enter argument value for "_kanban_name" parameter of the function "core.create_kanban". |
| description | Enter argument value for "_description" parameter of the function "core.create_kanban". |
| void MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.Execute |
( |
| ) |
|
Prepares and executes the function "core.create_kanban".
| override string MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.ObjectName => "create_kanban" |
The schema unqualified name of this PostgreSQL function.
| override string MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.ObjectNamespace => "core" |
The schema of this PostgreSQL function.
| long MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure._LoginId |
|
getset |
Login id of application user accessing this PostgreSQL function.
| int MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure._UserId |
|
getset |
User id of application user accessing this table.
| string MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.Catalog |
|
getset |
The name of the database on which queries are being executed to.
| string MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.Description |
|
getset |
Maps to "_description" argument of the function "core.create_kanban".
| string MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.KanbanName |
|
getset |
Maps to "_kanban_name" argument of the function "core.create_kanban".
| string MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.ObjectName |
|
getset |
Maps to "_object_name" argument of the function "core.create_kanban".
| int MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.UserId |
|
getset |
Maps to "_user_id" argument of the function "core.create_kanban".
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Core/CreateKanbanProcedure.cs