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

Prepares, validates, and executes the function "transactions.verify_transaction(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _verification_status_id smallint, _reason character varying)" on the database. More...

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

Public Member Functions

 VerifyTransactionProcedure ()
 Prepares, validates, and executes the function "transactions.verify_transaction(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _verification_status_id smallint, _reason character varying)" on the database. More...
 
 VerifyTransactionProcedure (long transactionMasterId, int officeId, int userId, long loginIdParameter, short verificationStatusId, string reason)
 Prepares, validates, and executes the function "transactions.verify_transaction(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _verification_status_id smallint, _reason character varying)" on the database. More...
 
long Execute ()
 Prepares and executes the function "transactions.verify_transaction". 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 => "verify_transaction"
 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...
 
long TransactionMasterId [get, set]
 Maps to "_transaction_master_id" argument of the function "transactions.verify_transaction". More...
 
int OfficeId [get, set]
 Maps to "_office_id" argument of the function "transactions.verify_transaction". More...
 
int UserId [get, set]
 Maps to "_user_id" argument of the function "transactions.verify_transaction". More...
 
long LoginIdParameter [get, set]
 Maps to "_login_id" argument of the function "transactions.verify_transaction". More...
 
short VerificationStatusId [get, set]
 Maps to "_verification_status_id" argument of the function "transactions.verify_transaction". More...
 
string Reason [get, set]
 Maps to "_reason" argument of the function "transactions.verify_transaction". 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.verify_transaction(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _verification_status_id smallint, _reason character varying)" on the database.

Constructor & Destructor Documentation

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

Prepares, validates, and executes the function "transactions.verify_transaction(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _verification_status_id smallint, _reason character varying)" on the database.

MixERP.Net.Schemas.Transactions.Data.VerifyTransactionProcedure.VerifyTransactionProcedure ( long  transactionMasterId,
int  officeId,
int  userId,
long  loginIdParameter,
short  verificationStatusId,
string  reason 
)

Prepares, validates, and executes the function "transactions.verify_transaction(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _verification_status_id smallint, _reason character varying)" on the database.

Parameters
transactionMasterIdEnter argument value for "_transaction_master_id" parameter of the function "transactions.verify_transaction".
officeIdEnter argument value for "_office_id" parameter of the function "transactions.verify_transaction".
userIdEnter argument value for "_user_id" parameter of the function "transactions.verify_transaction".
loginIdParameterEnter argument value for "_login_id" parameter of the function "transactions.verify_transaction".
verificationStatusIdEnter argument value for "_verification_status_id" parameter of the function "transactions.verify_transaction".
reasonEnter argument value for "_reason" parameter of the function "transactions.verify_transaction".

Member Function Documentation

long MixERP.Net.Schemas.Transactions.Data.VerifyTransactionProcedure.Execute ( )

Prepares and executes the function "transactions.verify_transaction".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.VerifyTransactionProcedure.ObjectName => "verify_transaction"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

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

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

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

Maps to "_login_id" argument of the function "transactions.verify_transaction".

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

Maps to "_office_id" argument of the function "transactions.verify_transaction".

string MixERP.Net.Schemas.Transactions.Data.VerifyTransactionProcedure.Reason
getset

Maps to "_reason" argument of the function "transactions.verify_transaction".

long MixERP.Net.Schemas.Transactions.Data.VerifyTransactionProcedure.TransactionMasterId
getset

Maps to "_transaction_master_id" argument of the function "transactions.verify_transaction".

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

Maps to "_user_id" argument of the function "transactions.verify_transaction".

short MixERP.Net.Schemas.Transactions.Data.VerifyTransactionProcedure.VerificationStatusId
getset

Maps to "_verification_status_id" argument of the function "transactions.verify_transaction".


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