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

Prepares, validates, and executes the function "transactions.post_non_gl_transaction(_book_name character varying, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _party_code character varying, _price_type_id integer, _is_non_taxable_sales boolean, _salesperson_id integer, _shipper_id integer, _shipping_address_code character varying, _store_id integer, _tran_ids bigint[], _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database. More...

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

Public Member Functions

 PostNonGlTransactionProcedure ()
 Prepares, validates, and executes the function "transactions.post_non_gl_transaction(_book_name character varying, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _party_code character varying, _price_type_id integer, _is_non_taxable_sales boolean, _salesperson_id integer, _shipper_id integer, _shipping_address_code character varying, _store_id integer, _tran_ids bigint[], _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database. More...
 
 PostNonGlTransactionProcedure (string bookName, int officeId, int userId, long loginIdParameter, DateTime valueDate, string referenceNumber, string statementReference, string partyCode, int priceTypeId, bool isNonTaxableSales, int salespersonId, int shipperId, string shippingAddressCode, int storeId, long[] tranIds, MixERP.Net.Entities.Transactions.StockDetailType[][] details, MixERP.Net.Entities.Core.AttachmentType[][] attachments)
 Prepares, validates, and executes the function "transactions.post_non_gl_transaction(_book_name character varying, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _party_code character varying, _price_type_id integer, _is_non_taxable_sales boolean, _salesperson_id integer, _shipper_id integer, _shipping_address_code character varying, _store_id integer, _tran_ids bigint[], _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database. More...
 
long Execute ()
 Prepares and executes the function "transactions.post_non_gl_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 => "post_non_gl_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...
 
string BookName [get, set]
 Maps to "_book_name" argument of the function "transactions.post_non_gl_transaction". More...
 
int OfficeId [get, set]
 Maps to "_office_id" argument of the function "transactions.post_non_gl_transaction". More...
 
int UserId [get, set]
 Maps to "_user_id" argument of the function "transactions.post_non_gl_transaction". More...
 
long LoginIdParameter [get, set]
 Maps to "_login_id" argument of the function "transactions.post_non_gl_transaction". More...
 
DateTime ValueDate [get, set]
 Maps to "_value_date" argument of the function "transactions.post_non_gl_transaction". More...
 
string ReferenceNumber [get, set]
 Maps to "_reference_number" argument of the function "transactions.post_non_gl_transaction". More...
 
string StatementReference [get, set]
 Maps to "_statement_reference" argument of the function "transactions.post_non_gl_transaction". More...
 
string PartyCode [get, set]
 Maps to "_party_code" argument of the function "transactions.post_non_gl_transaction". More...
 
int PriceTypeId [get, set]
 Maps to "_price_type_id" argument of the function "transactions.post_non_gl_transaction". More...
 
bool IsNonTaxableSales [get, set]
 Maps to "_is_non_taxable_sales" argument of the function "transactions.post_non_gl_transaction". More...
 
int SalespersonId [get, set]
 Maps to "_salesperson_id" argument of the function "transactions.post_non_gl_transaction". More...
 
int ShipperId [get, set]
 Maps to "_shipper_id" argument of the function "transactions.post_non_gl_transaction". More...
 
string ShippingAddressCode [get, set]
 Maps to "_shipping_address_code" argument of the function "transactions.post_non_gl_transaction". More...
 
int StoreId [get, set]
 Maps to "_store_id" argument of the function "transactions.post_non_gl_transaction". More...
 
long[] TranIds [get, set]
 Maps to "_tran_ids" argument of the function "transactions.post_non_gl_transaction". More...
 
MixERP.Net.Entities.Transactions.StockDetailType[][] Details [get, set]
 Maps to "_details" argument of the function "transactions.post_non_gl_transaction". More...
 
MixERP.Net.Entities.Core.AttachmentType[][] Attachments [get, set]
 Maps to "_attachments" argument of the function "transactions.post_non_gl_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.post_non_gl_transaction(_book_name character varying, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _party_code character varying, _price_type_id integer, _is_non_taxable_sales boolean, _salesperson_id integer, _shipper_id integer, _shipping_address_code character varying, _store_id integer, _tran_ids bigint[], _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.

Constructor & Destructor Documentation

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

Prepares, validates, and executes the function "transactions.post_non_gl_transaction(_book_name character varying, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _party_code character varying, _price_type_id integer, _is_non_taxable_sales boolean, _salesperson_id integer, _shipper_id integer, _shipping_address_code character varying, _store_id integer, _tran_ids bigint[], _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.

MixERP.Net.Schemas.Transactions.Data.PostNonGlTransactionProcedure.PostNonGlTransactionProcedure ( string  bookName,
int  officeId,
int  userId,
long  loginIdParameter,
DateTime  valueDate,
string  referenceNumber,
string  statementReference,
string  partyCode,
int  priceTypeId,
bool  isNonTaxableSales,
int  salespersonId,
int  shipperId,
string  shippingAddressCode,
int  storeId,
long[]  tranIds,
MixERP.Net.Entities.Transactions.StockDetailType  details[][],
MixERP.Net.Entities.Core.AttachmentType  attachments[][] 
)

Prepares, validates, and executes the function "transactions.post_non_gl_transaction(_book_name character varying, _office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _party_code character varying, _price_type_id integer, _is_non_taxable_sales boolean, _salesperson_id integer, _shipper_id integer, _shipping_address_code character varying, _store_id integer, _tran_ids bigint[], _details transactions.stock_detail_type[], _attachments core.attachment_type[])" on the database.

Parameters
bookNameEnter argument value for "_book_name" parameter of the function "transactions.post_non_gl_transaction".
officeIdEnter argument value for "_office_id" parameter of the function "transactions.post_non_gl_transaction".
userIdEnter argument value for "_user_id" parameter of the function "transactions.post_non_gl_transaction".
loginIdParameterEnter argument value for "_login_id" parameter of the function "transactions.post_non_gl_transaction".
valueDateEnter argument value for "_value_date" parameter of the function "transactions.post_non_gl_transaction".
referenceNumberEnter argument value for "_reference_number" parameter of the function "transactions.post_non_gl_transaction".
statementReferenceEnter argument value for "_statement_reference" parameter of the function "transactions.post_non_gl_transaction".
partyCodeEnter argument value for "_party_code" parameter of the function "transactions.post_non_gl_transaction".
priceTypeIdEnter argument value for "_price_type_id" parameter of the function "transactions.post_non_gl_transaction".
isNonTaxableSalesEnter argument value for "_is_non_taxable_sales" parameter of the function "transactions.post_non_gl_transaction".
salespersonIdEnter argument value for "_salesperson_id" parameter of the function "transactions.post_non_gl_transaction".
shipperIdEnter argument value for "_shipper_id" parameter of the function "transactions.post_non_gl_transaction".
shippingAddressCodeEnter argument value for "_shipping_address_code" parameter of the function "transactions.post_non_gl_transaction".
storeIdEnter argument value for "_store_id" parameter of the function "transactions.post_non_gl_transaction".
tranIdsEnter argument value for "_tran_ids" parameter of the function "transactions.post_non_gl_transaction".
detailsEnter argument value for "_details" parameter of the function "transactions.post_non_gl_transaction".
attachmentsEnter argument value for "_attachments" parameter of the function "transactions.post_non_gl_transaction".

Member Function Documentation

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

Prepares and executes the function "transactions.post_non_gl_transaction".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.PostNonGlTransactionProcedure.ObjectName => "post_non_gl_transaction"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

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

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

string MixERP.Net.Schemas.Transactions.Data.PostNonGlTransactionProcedure.BookName
getset

Maps to "_book_name" argument of the function "transactions.post_non_gl_transaction".

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

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

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

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

bool MixERP.Net.Schemas.Transactions.Data.PostNonGlTransactionProcedure.IsNonTaxableSales
getset

Maps to "_is_non_taxable_sales" argument of the function "transactions.post_non_gl_transaction".

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

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

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

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

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

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

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

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

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

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

int MixERP.Net.Schemas.Transactions.Data.PostNonGlTransactionProcedure.SalespersonId
getset

Maps to "_salesperson_id" argument of the function "transactions.post_non_gl_transaction".

int MixERP.Net.Schemas.Transactions.Data.PostNonGlTransactionProcedure.ShipperId
getset

Maps to "_shipper_id" argument of the function "transactions.post_non_gl_transaction".

string MixERP.Net.Schemas.Transactions.Data.PostNonGlTransactionProcedure.ShippingAddressCode
getset

Maps to "_shipping_address_code" argument of the function "transactions.post_non_gl_transaction".

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

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

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

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

long [] MixERP.Net.Schemas.Transactions.Data.PostNonGlTransactionProcedure.TranIds
getset

Maps to "_tran_ids" argument of the function "transactions.post_non_gl_transaction".

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

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

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

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


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