MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure Class Reference

Prepares, validates, and executes the function "transactions.get_transaction_code(value_date date, office_id integer, user_id integer, login_id bigint)" on the database. More...

Inheritance diagram for MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure:
PetaPoco.DbAccess PetaPoco.IDBAccess

Public Member Functions

 GetTransactionCodeProcedure ()
 Prepares, validates, and executes the function "transactions.get_transaction_code(value_date date, office_id integer, user_id integer, login_id bigint)" on the database. More...
 
 GetTransactionCodeProcedure (DateTime valueDate, int officeId, int userId, long loginIdParameter)
 Prepares, validates, and executes the function "transactions.get_transaction_code(value_date date, office_id integer, user_id integer, login_id bigint)" on the database. More...
 
string Execute ()
 Prepares and executes the function "transactions.get_transaction_code". 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 => "transactions"
 The schema of this PostgreSQL function. More...
 
override string ObjectName => "get_transaction_code"
 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...
 
DateTime ValueDate [get, set]
 Maps to "value_date" argument of the function "transactions.get_transaction_code". More...
 
int OfficeId [get, set]
 Maps to "office_id" argument of the function "transactions.get_transaction_code". More...
 
int UserId [get, set]
 Maps to "user_id" argument of the function "transactions.get_transaction_code". More...
 
long LoginIdParameter [get, set]
 Maps to "login_id" argument of the function "transactions.get_transaction_code". 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 "transactions.get_transaction_code(value_date date, office_id integer, user_id integer, login_id bigint)" on the database.

Constructor & Destructor Documentation

MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.GetTransactionCodeProcedure ( )

Prepares, validates, and executes the function "transactions.get_transaction_code(value_date date, office_id integer, user_id integer, login_id bigint)" on the database.

MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.GetTransactionCodeProcedure ( DateTime  valueDate,
int  officeId,
int  userId,
long  loginIdParameter 
)

Prepares, validates, and executes the function "transactions.get_transaction_code(value_date date, office_id integer, user_id integer, login_id bigint)" on the database.

Parameters
valueDateEnter argument value for "value_date" parameter of the function "transactions.get_transaction_code".
officeIdEnter argument value for "office_id" parameter of the function "transactions.get_transaction_code".
userIdEnter argument value for "user_id" parameter of the function "transactions.get_transaction_code".
loginIdParameterEnter argument value for "login_id" parameter of the function "transactions.get_transaction_code".

Member Function Documentation

string MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.Execute ( )

Prepares and executes the function "transactions.get_transaction_code".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.ObjectName => "get_transaction_code"

The schema unqualified name of this PostgreSQL function.

override string MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.ObjectNamespace => "transactions"

The schema of this PostgreSQL function.

Property Documentation

long MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure._LoginId
getset

Login id of application user accessing this PostgreSQL function.

int MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure._UserId
getset

User id of application user accessing this table.

string MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.Catalog
getset

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

long MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.LoginIdParameter
getset

Maps to "login_id" argument of the function "transactions.get_transaction_code".

int MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.OfficeId
getset

Maps to "office_id" argument of the function "transactions.get_transaction_code".

int MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.UserId
getset

Maps to "user_id" argument of the function "transactions.get_transaction_code".

DateTime MixERP.Net.Schemas.Transactions.Data.GetTransactionCodeProcedure.ValueDate
getset

Maps to "value_date" argument of the function "transactions.get_transaction_code".


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