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

Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database. More...

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

Public Member Functions

 PostPurchaseReturnProcedure ()
 Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database. More...
 
 PostPurchaseReturnProcedure (long transactionMasterId, int officeId, int userId, long loginIdParameter, DateTime valueDate, int storeId, string partyCode, int priceTypeId, string referenceNumber, string statementReference, MixERP.Net.Entities.Transactions.StockDetailType[][] details, MixERP.Net.Entities.Core.AttachmentType[][] attachments)
 Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database. More...
 
long Execute ()
 Prepares and executes the function "transactions.post_purchase_return". 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_purchase_return"
 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.post_purchase_return". More...
 
int OfficeId [get, set]
 Maps to "_office_id" argument of the function "transactions.post_purchase_return". More...
 
int UserId [get, set]
 Maps to "_user_id" argument of the function "transactions.post_purchase_return". More...
 
long LoginIdParameter [get, set]
 Maps to "_login_id" argument of the function "transactions.post_purchase_return". More...
 
DateTime ValueDate [get, set]
 Maps to "_value_date" argument of the function "transactions.post_purchase_return". More...
 
int StoreId [get, set]
 Maps to "_store_id" argument of the function "transactions.post_purchase_return". More...
 
string PartyCode [get, set]
 Maps to "_party_code" argument of the function "transactions.post_purchase_return". More...
 
int PriceTypeId [get, set]
 Maps to "_price_type_id" argument of the function "transactions.post_purchase_return". More...
 
string ReferenceNumber [get, set]
 Maps to "_reference_number" argument of the function "transactions.post_purchase_return". More...
 
string StatementReference [get, set]
 Maps to "_statement_reference" argument of the function "transactions.post_purchase_return". More...
 
MixERP.Net.Entities.Transactions.StockDetailType[][] Details [get, set]
 Maps to "_details" argument of the function "transactions.post_purchase_return". More...
 
MixERP.Net.Entities.Core.AttachmentType[][] Attachments [get, set]
 Maps to "_attachments" argument of the function "transactions.post_purchase_return". 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_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.

Constructor & Destructor Documentation

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

Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.

MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.PostPurchaseReturnProcedure ( long  transactionMasterId,
int  officeId,
int  userId,
long  loginIdParameter,
DateTime  valueDate,
int  storeId,
string  partyCode,
int  priceTypeId,
string  referenceNumber,
string  statementReference,
MixERP.Net.Entities.Transactions.StockDetailType  details[][],
MixERP.Net.Entities.Core.AttachmentType  attachments[][] 
)

Prepares, validates, and executes the function "transactions.post_purchase_return(_transaction_master_id bigint, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _store_id integer, _party_code character varying, _price_type_id integer, _reference_number character varying, _statement_reference text, _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.

Parameters
transactionMasterIdEnter argument value for "_transaction_master_id" parameter of the function "transactions.post_purchase_return".
officeIdEnter argument value for "_office_id" parameter of the function "transactions.post_purchase_return".
userIdEnter argument value for "_user_id" parameter of the function "transactions.post_purchase_return".
loginIdParameterEnter argument value for "_login_id" parameter of the function "transactions.post_purchase_return".
valueDateEnter argument value for "_value_date" parameter of the function "transactions.post_purchase_return".
storeIdEnter argument value for "_store_id" parameter of the function "transactions.post_purchase_return".
partyCodeEnter argument value for "_party_code" parameter of the function "transactions.post_purchase_return".
priceTypeIdEnter argument value for "_price_type_id" parameter of the function "transactions.post_purchase_return".
referenceNumberEnter argument value for "_reference_number" parameter of the function "transactions.post_purchase_return".
statementReferenceEnter argument value for "_statement_reference" parameter of the function "transactions.post_purchase_return".
detailsEnter argument value for "_details" parameter of the function "transactions.post_purchase_return".
attachmentsEnter argument value for "_attachments" parameter of the function "transactions.post_purchase_return".

Member Function Documentation

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

Prepares and executes the function "transactions.post_purchase_return".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.ObjectName => "post_purchase_return"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

MixERP.Net.Entities.Core.AttachmentType [][] MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.Attachments
getset

Maps to "_attachments" argument of the function "transactions.post_purchase_return".

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

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

MixERP.Net.Entities.Transactions.StockDetailType [][] MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.Details
getset

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

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

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

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

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

string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.PartyCode
getset

Maps to "_party_code" argument of the function "transactions.post_purchase_return".

int MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.PriceTypeId
getset

Maps to "_price_type_id" argument of the function "transactions.post_purchase_return".

string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.ReferenceNumber
getset

Maps to "_reference_number" argument of the function "transactions.post_purchase_return".

string MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.StatementReference
getset

Maps to "_statement_reference" argument of the function "transactions.post_purchase_return".

int MixERP.Net.Schemas.Transactions.Data.PostPurchaseReturnProcedure.StoreId
getset

Maps to "_store_id" argument of the function "transactions.post_purchase_return".

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

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

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

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

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

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


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