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

Prepares, validates, and executes the function "core.recreate_menu(_menu_text text, _url text, _menu_code text, _level integer, _parent_menu_id integer)" on the database. More...

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

Public Member Functions

 RecreateMenuProcedure ()
 Prepares, validates, and executes the function "core.recreate_menu(_menu_text text, _url text, _menu_code text, _level integer, _parent_menu_id integer)" on the database. More...
 
 RecreateMenuProcedure (string menuText, string url, string menuCode, int level, int parentMenuId)
 Prepares, validates, and executes the function "core.recreate_menu(_menu_text text, _url text, _menu_code text, _level integer, _parent_menu_id integer)" on the database. More...
 
void Execute ()
 Prepares and executes the function "core.recreate_menu". 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 => "recreate_menu"
 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 MenuText [get, set]
 Maps to "_menu_text" argument of the function "core.recreate_menu". More...
 
string Url [get, set]
 Maps to "_url" argument of the function "core.recreate_menu". More...
 
string MenuCode [get, set]
 Maps to "_menu_code" argument of the function "core.recreate_menu". More...
 
int Level [get, set]
 Maps to "_level" argument of the function "core.recreate_menu". More...
 
int ParentMenuId [get, set]
 Maps to "_parent_menu_id" argument of the function "core.recreate_menu". 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.recreate_menu(_menu_text text, _url text, _menu_code text, _level integer, _parent_menu_id integer)" on the database.

Constructor & Destructor Documentation

MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.RecreateMenuProcedure ( )

Prepares, validates, and executes the function "core.recreate_menu(_menu_text text, _url text, _menu_code text, _level integer, _parent_menu_id integer)" on the database.

MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.RecreateMenuProcedure ( string  menuText,
string  url,
string  menuCode,
int  level,
int  parentMenuId 
)

Prepares, validates, and executes the function "core.recreate_menu(_menu_text text, _url text, _menu_code text, _level integer, _parent_menu_id integer)" on the database.

Parameters
menuTextEnter argument value for "_menu_text" parameter of the function "core.recreate_menu".
urlEnter argument value for "_url" parameter of the function "core.recreate_menu".
menuCodeEnter argument value for "_menu_code" parameter of the function "core.recreate_menu".
levelEnter argument value for "_level" parameter of the function "core.recreate_menu".
parentMenuIdEnter argument value for "_parent_menu_id" parameter of the function "core.recreate_menu".

Member Function Documentation

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

Prepares and executes the function "core.recreate_menu".

Member Data Documentation

override string MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.ObjectName => "recreate_menu"

The schema unqualified name of this PostgreSQL function.

override string MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.ObjectNamespace => "core"

The schema of this PostgreSQL function.

Property Documentation

long MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure._LoginId
getset

Login id of application user accessing this PostgreSQL function.

int MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure._UserId
getset

User id of application user accessing this table.

string MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.Catalog
getset

The name of the database on which queries are being executed to.

int MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.Level
getset

Maps to "_level" argument of the function "core.recreate_menu".

string MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.MenuCode
getset

Maps to "_menu_code" argument of the function "core.recreate_menu".

string MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.MenuText
getset

Maps to "_menu_text" argument of the function "core.recreate_menu".

int MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.ParentMenuId
getset

Maps to "_parent_menu_id" argument of the function "core.recreate_menu".

string MixERP.Net.Schemas.Core.Data.RecreateMenuProcedure.Url
getset

Maps to "_url" argument of the function "core.recreate_menu".


The documentation for this class was generated from the following file: