MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure Class Reference

Prepares, validates, and executes the function "policy.create_access_types(_access_type_id integer, _access_type_name character varying)" on the database. More...

Inheritance diagram for MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure:
PetaPoco.DbAccess PetaPoco.IDBAccess

Public Member Functions

 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...
 
- 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 => "policy"
 The schema of this PostgreSQL function. More...
 
override string ObjectName => "create_access_types"
 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...
 
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...
 
- 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 "policy.create_access_types(_access_type_id integer, _access_type_name character varying)" on the database.

Constructor & Destructor Documentation

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
accessTypeIdEnter argument value for "_access_type_id" parameter of the function "policy.create_access_types".
accessTypeNameEnter argument value for "_access_type_name" parameter of the function "policy.create_access_types".

Member Function Documentation

void MixERP.Net.Schemas.Policy.Data.CreateAccessTypesProcedure.Execute ( )

Prepares and executes the function "policy.create_access_types".

Member Data Documentation

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.

Property Documentation

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: