MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure Class Reference

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...

Inheritance diagram for MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure:
PetaPoco.DbAccess PetaPoco.IDBAccess

Public Member Functions

 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...
 
- Public Member Functions inherited from PetaPoco.DbAccess
void Validate (AccessTypeEnum type, long loginId, bool noException)
 Validates application user access rights to execute the function. More...
 

Public Attributes

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...
 

Properties

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...
 
- Properties inherited from PetaPoco.DbAccess
abstract string ObjectNamespace [get]
 
abstract string ObjectName [get]
 
bool HasAccess [get]
 
bool Validated [get]
 
bool SkipValidation [get, set]
 
- Properties inherited from PetaPoco.IDBAccess
bool HasAccess [get]
 

Detailed 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.

Constructor & Destructor Documentation

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
objectNameEnter argument value for "_object_name" parameter of the function "core.create_kanban".
userIdEnter argument value for "_user_id" parameter of the function "core.create_kanban".
kanbanNameEnter argument value for "_kanban_name" parameter of the function "core.create_kanban".
descriptionEnter argument value for "_description" parameter of the function "core.create_kanban".

Member Function Documentation

void MixERP.Net.Schemas.Core.Data.CreateKanbanProcedure.Execute ( )

Prepares and executes the function "core.create_kanban".

Member Data Documentation

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.

Property Documentation

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: