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

Prepares, validates, and executes the function "transactions.get_sales_tax_id(_tran_book character varying, _store_id integer, _party_code character varying, _shipping_address_code character varying, _price_type_id integer, _item_code character varying, _unit_id integer, _price money_strict)" on the database. More...

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

Public Member Functions

 GetSalesTaxIdProcedure ()
 Prepares, validates, and executes the function "transactions.get_sales_tax_id(_tran_book character varying, _store_id integer, _party_code character varying, _shipping_address_code character varying, _price_type_id integer, _item_code character varying, _unit_id integer, _price money_strict)" on the database. More...
 
 GetSalesTaxIdProcedure (string tranBook, int storeId, string partyCode, string shippingAddressCode, int priceTypeId, string itemCode, int unitId, decimal price)
 Prepares, validates, and executes the function "transactions.get_sales_tax_id(_tran_book character varying, _store_id integer, _party_code character varying, _shipping_address_code character varying, _price_type_id integer, _item_code character varying, _unit_id integer, _price money_strict)" on the database. More...
 
int Execute ()
 Prepares and executes the function "transactions.get_sales_tax_id". 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_sales_tax_id"
 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 TranBook [get, set]
 Maps to "_tran_book" argument of the function "transactions.get_sales_tax_id". More...
 
int StoreId [get, set]
 Maps to "_store_id" argument of the function "transactions.get_sales_tax_id". More...
 
string PartyCode [get, set]
 Maps to "_party_code" argument of the function "transactions.get_sales_tax_id". More...
 
string ShippingAddressCode [get, set]
 Maps to "_shipping_address_code" argument of the function "transactions.get_sales_tax_id". More...
 
int PriceTypeId [get, set]
 Maps to "_price_type_id" argument of the function "transactions.get_sales_tax_id". More...
 
string ItemCode [get, set]
 Maps to "_item_code" argument of the function "transactions.get_sales_tax_id". More...
 
int UnitId [get, set]
 Maps to "_unit_id" argument of the function "transactions.get_sales_tax_id". More...
 
decimal Price [get, set]
 Maps to "_price" argument of the function "transactions.get_sales_tax_id". 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_sales_tax_id(_tran_book character varying, _store_id integer, _party_code character varying, _shipping_address_code character varying, _price_type_id integer, _item_code character varying, _unit_id integer, _price money_strict)" on the database.

Constructor & Destructor Documentation

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

Prepares, validates, and executes the function "transactions.get_sales_tax_id(_tran_book character varying, _store_id integer, _party_code character varying, _shipping_address_code character varying, _price_type_id integer, _item_code character varying, _unit_id integer, _price money_strict)" on the database.

MixERP.Net.Schemas.Transactions.Data.GetSalesTaxIdProcedure.GetSalesTaxIdProcedure ( string  tranBook,
int  storeId,
string  partyCode,
string  shippingAddressCode,
int  priceTypeId,
string  itemCode,
int  unitId,
decimal  price 
)

Prepares, validates, and executes the function "transactions.get_sales_tax_id(_tran_book character varying, _store_id integer, _party_code character varying, _shipping_address_code character varying, _price_type_id integer, _item_code character varying, _unit_id integer, _price money_strict)" on the database.

Parameters
tranBookEnter argument value for "_tran_book" parameter of the function "transactions.get_sales_tax_id".
storeIdEnter argument value for "_store_id" parameter of the function "transactions.get_sales_tax_id".
partyCodeEnter argument value for "_party_code" parameter of the function "transactions.get_sales_tax_id".
shippingAddressCodeEnter argument value for "_shipping_address_code" parameter of the function "transactions.get_sales_tax_id".
priceTypeIdEnter argument value for "_price_type_id" parameter of the function "transactions.get_sales_tax_id".
itemCodeEnter argument value for "_item_code" parameter of the function "transactions.get_sales_tax_id".
unitIdEnter argument value for "_unit_id" parameter of the function "transactions.get_sales_tax_id".
priceEnter argument value for "_price" parameter of the function "transactions.get_sales_tax_id".

Member Function Documentation

int MixERP.Net.Schemas.Transactions.Data.GetSalesTaxIdProcedure.Execute ( )

Prepares and executes the function "transactions.get_sales_tax_id".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.GetSalesTaxIdProcedure.ObjectName => "get_sales_tax_id"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

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

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

string MixERP.Net.Schemas.Transactions.Data.GetSalesTaxIdProcedure.ItemCode
getset

Maps to "_item_code" argument of the function "transactions.get_sales_tax_id".

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

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

decimal MixERP.Net.Schemas.Transactions.Data.GetSalesTaxIdProcedure.Price
getset

Maps to "_price" argument of the function "transactions.get_sales_tax_id".

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

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

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

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

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

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

string MixERP.Net.Schemas.Transactions.Data.GetSalesTaxIdProcedure.TranBook
getset

Maps to "_tran_book" argument of the function "transactions.get_sales_tax_id".

int MixERP.Net.Schemas.Transactions.Data.GetSalesTaxIdProcedure.UnitId
getset

Maps to "_unit_id" argument of the function "transactions.get_sales_tax_id".


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