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

Prepares, validates, and executes the function "transactions.post_purhcase_reorder(_value_date date, _login_id bigint, _user_id integer, _office_id integer, _details transactions.purchase_reorder_type[])" on the database. More...

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

Public Member Functions

 PostPurhcaseReorderProcedure ()
 Prepares, validates, and executes the function "transactions.post_purhcase_reorder(_value_date date, _login_id bigint, _user_id integer, _office_id integer, _details transactions.purchase_reorder_type[])" on the database. More...
 
 PostPurhcaseReorderProcedure (DateTime valueDate, long loginIdParameter, int userId, int officeId, MixERP.Net.Entities.Transactions.PurchaseReorderType[][] details)
 Prepares, validates, and executes the function "transactions.post_purhcase_reorder(_value_date date, _login_id bigint, _user_id integer, _office_id integer, _details transactions.purchase_reorder_type[])" on the database. More...
 
bool Execute ()
 Prepares and executes the function "transactions.post_purhcase_reorder". 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 => "post_purhcase_reorder"
 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.post_purhcase_reorder". More...
 
long LoginIdParameter [get, set]
 Maps to "_login_id" argument of the function "transactions.post_purhcase_reorder". More...
 
int UserId [get, set]
 Maps to "_user_id" argument of the function "transactions.post_purhcase_reorder". More...
 
int OfficeId [get, set]
 Maps to "_office_id" argument of the function "transactions.post_purhcase_reorder". More...
 
MixERP.Net.Entities.Transactions.PurchaseReorderType[][] Details [get, set]
 Maps to "_details" argument of the function "transactions.post_purhcase_reorder". 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.post_purhcase_reorder(_value_date date, _login_id bigint, _user_id integer, _office_id integer, _details transactions.purchase_reorder_type[])" on the database.

Constructor & Destructor Documentation

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

Prepares, validates, and executes the function "transactions.post_purhcase_reorder(_value_date date, _login_id bigint, _user_id integer, _office_id integer, _details transactions.purchase_reorder_type[])" on the database.

MixERP.Net.Schemas.Transactions.Data.PostPurhcaseReorderProcedure.PostPurhcaseReorderProcedure ( DateTime  valueDate,
long  loginIdParameter,
int  userId,
int  officeId,
MixERP.Net.Entities.Transactions.PurchaseReorderType  details[][] 
)

Prepares, validates, and executes the function "transactions.post_purhcase_reorder(_value_date date, _login_id bigint, _user_id integer, _office_id integer, _details transactions.purchase_reorder_type[])" on the database.

Parameters
valueDateEnter argument value for "_value_date" parameter of the function "transactions.post_purhcase_reorder".
loginIdParameterEnter argument value for "_login_id" parameter of the function "transactions.post_purhcase_reorder".
userIdEnter argument value for "_user_id" parameter of the function "transactions.post_purhcase_reorder".
officeIdEnter argument value for "_office_id" parameter of the function "transactions.post_purhcase_reorder".
detailsEnter argument value for "_details" parameter of the function "transactions.post_purhcase_reorder".

Member Function Documentation

bool MixERP.Net.Schemas.Transactions.Data.PostPurhcaseReorderProcedure.Execute ( )

Prepares and executes the function "transactions.post_purhcase_reorder".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.PostPurhcaseReorderProcedure.ObjectName => "post_purhcase_reorder"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

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

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

MixERP.Net.Entities.Transactions.PurchaseReorderType [][] MixERP.Net.Schemas.Transactions.Data.PostPurhcaseReorderProcedure.Details
getset

Maps to "_details" argument of the function "transactions.post_purhcase_reorder".

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

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

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

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

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

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

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

Maps to "_value_date" argument of the function "transactions.post_purhcase_reorder".


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