MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure Class Reference

Prepares, validates, and executes the function "core.get_compound_item_details(_compound_item_code character varying, _sales_tax_code character varying, _tran_book character varying, _store_id integer, _party_code character varying, _price_type_id integer)" on the database. More...

Inheritance diagram for MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure:
PetaPoco.DbAccess PetaPoco.IDBAccess

Public Member Functions

 GetCompoundItemDetailsProcedure ()
 Prepares, validates, and executes the function "core.get_compound_item_details(_compound_item_code character varying, _sales_tax_code character varying, _tran_book character varying, _store_id integer, _party_code character varying, _price_type_id integer)" on the database. More...
 
 GetCompoundItemDetailsProcedure (string compoundItemCode, string salesTaxCode, string tranBook, int storeId, string partyCode, int priceTypeId)
 Prepares, validates, and executes the function "core.get_compound_item_details(_compound_item_code character varying, _sales_tax_code character varying, _tran_book character varying, _store_id integer, _party_code character varying, _price_type_id integer)" on the database. More...
 
IEnumerable< DbGetCompoundItemDetailsResultExecute ()
 Prepares and executes the function "core.get_compound_item_details". 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 => "core"
 The schema of this PostgreSQL function. More...
 
override string ObjectName => "get_compound_item_details"
 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 CompoundItemCode [get, set]
 Maps to "_compound_item_code" argument of the function "core.get_compound_item_details". More...
 
string SalesTaxCode [get, set]
 Maps to "_sales_tax_code" argument of the function "core.get_compound_item_details". More...
 
string TranBook [get, set]
 Maps to "_tran_book" argument of the function "core.get_compound_item_details". More...
 
int StoreId [get, set]
 Maps to "_store_id" argument of the function "core.get_compound_item_details". More...
 
string PartyCode [get, set]
 Maps to "_party_code" argument of the function "core.get_compound_item_details". More...
 
int PriceTypeId [get, set]
 Maps to "_price_type_id" argument of the function "core.get_compound_item_details". 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 "core.get_compound_item_details(_compound_item_code character varying, _sales_tax_code character varying, _tran_book character varying, _store_id integer, _party_code character varying, _price_type_id integer)" on the database.

Constructor & Destructor Documentation

MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.GetCompoundItemDetailsProcedure ( )

Prepares, validates, and executes the function "core.get_compound_item_details(_compound_item_code character varying, _sales_tax_code character varying, _tran_book character varying, _store_id integer, _party_code character varying, _price_type_id integer)" on the database.

MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.GetCompoundItemDetailsProcedure ( string  compoundItemCode,
string  salesTaxCode,
string  tranBook,
int  storeId,
string  partyCode,
int  priceTypeId 
)

Prepares, validates, and executes the function "core.get_compound_item_details(_compound_item_code character varying, _sales_tax_code character varying, _tran_book character varying, _store_id integer, _party_code character varying, _price_type_id integer)" on the database.

Parameters
compoundItemCodeEnter argument value for "_compound_item_code" parameter of the function "core.get_compound_item_details".
salesTaxCodeEnter argument value for "_sales_tax_code" parameter of the function "core.get_compound_item_details".
tranBookEnter argument value for "_tran_book" parameter of the function "core.get_compound_item_details".
storeIdEnter argument value for "_store_id" parameter of the function "core.get_compound_item_details".
partyCodeEnter argument value for "_party_code" parameter of the function "core.get_compound_item_details".
priceTypeIdEnter argument value for "_price_type_id" parameter of the function "core.get_compound_item_details".

Member Function Documentation

IEnumerable<DbGetCompoundItemDetailsResult> MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.Execute ( )

Prepares and executes the function "core.get_compound_item_details".

Member Data Documentation

override string MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.ObjectName => "get_compound_item_details"

The schema unqualified name of this PostgreSQL function.

override string MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.ObjectNamespace => "core"

The schema of this PostgreSQL function.

Property Documentation

long MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure._LoginId
getset

Login id of application user accessing this PostgreSQL function.

int MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure._UserId
getset

User id of application user accessing this table.

string MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.Catalog
getset

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

string MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.CompoundItemCode
getset

Maps to "_compound_item_code" argument of the function "core.get_compound_item_details".

string MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.PartyCode
getset

Maps to "_party_code" argument of the function "core.get_compound_item_details".

int MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.PriceTypeId
getset

Maps to "_price_type_id" argument of the function "core.get_compound_item_details".

string MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.SalesTaxCode
getset

Maps to "_sales_tax_code" argument of the function "core.get_compound_item_details".

int MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.StoreId
getset

Maps to "_store_id" argument of the function "core.get_compound_item_details".

string MixERP.Net.Schemas.Core.Data.GetCompoundItemDetailsProcedure.TranBook
getset

Maps to "_tran_book" argument of the function "core.get_compound_item_details".


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