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 () |
| | 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< DbGetCompoundItemDetailsResult > | Execute () |
| | Prepares and executes the function "core.get_compound_item_details". More...
|
| |
| void | Validate (AccessTypeEnum type, long loginId, bool noException) |
| | Validates application user access rights to execute the function. More...
|
| |
|
| 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...
|
| |
|
| 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...
|
| |
|
abstract string | ObjectNamespace [get] |
| |
|
abstract string | ObjectName [get] |
| |
|
bool | HasAccess [get] |
| |
|
bool | Validated [get] |
| |
|
bool | SkipValidation [get, set] |
| |
|
bool | HasAccess [get] |
| |
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 |
( |
| ) |
|
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
-
| compoundItemCode | Enter argument value for "_compound_item_code" parameter of the function "core.get_compound_item_details". |
| salesTaxCode | Enter argument value for "_sales_tax_code" parameter of the function "core.get_compound_item_details". |
| tranBook | Enter argument value for "_tran_book" parameter of the function "core.get_compound_item_details". |
| storeId | Enter argument value for "_store_id" parameter of the function "core.get_compound_item_details". |
| partyCode | Enter argument value for "_party_code" parameter of the function "core.get_compound_item_details". |
| priceTypeId | Enter argument value for "_price_type_id" parameter of the function "core.get_compound_item_details". |
Prepares and executes the function "core.get_compound_item_details".
| 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.
| 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:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Core/GetCompoundItemDetailsProcedure.cs