Prepares, validates, and executes the function "core.get_item_selling_price(item_id_ integer, party_type_id_ integer, price_type_id_ integer, unit_id_ integer)" on the database.
More...
|
| | GetItemSellingPriceProcedure () |
| | Prepares, validates, and executes the function "core.get_item_selling_price(item_id_ integer, party_type_id_ integer, price_type_id_ integer, unit_id_ integer)" on the database. More...
|
| |
| | GetItemSellingPriceProcedure (int itemId, int partyTypeId, int priceTypeId, int unitId) |
| | Prepares, validates, and executes the function "core.get_item_selling_price(item_id_ integer, party_type_id_ integer, price_type_id_ integer, unit_id_ integer)" on the database. More...
|
| |
| decimal | Execute () |
| | Prepares and executes the function "core.get_item_selling_price". 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_item_selling_price" |
| | 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...
|
| |
| int | ItemId [get, set] |
| | Maps to "item_id_" argument of the function "core.get_item_selling_price". More...
|
| |
| int | PartyTypeId [get, set] |
| | Maps to "party_type_id_" argument of the function "core.get_item_selling_price". More...
|
| |
| int | PriceTypeId [get, set] |
| | Maps to "price_type_id_" argument of the function "core.get_item_selling_price". More...
|
| |
| int | UnitId [get, set] |
| | Maps to "unit_id_" argument of the function "core.get_item_selling_price". 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_item_selling_price(item_id_ integer, party_type_id_ integer, price_type_id_ integer, unit_id_ integer)" on the database.
| MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.GetItemSellingPriceProcedure |
( |
| ) |
|
Prepares, validates, and executes the function "core.get_item_selling_price(item_id_ integer, party_type_id_ integer, price_type_id_ integer, unit_id_ integer)" on the database.
| MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.GetItemSellingPriceProcedure |
( |
int |
itemId, |
|
|
int |
partyTypeId, |
|
|
int |
priceTypeId, |
|
|
int |
unitId |
|
) |
| |
Prepares, validates, and executes the function "core.get_item_selling_price(item_id_ integer, party_type_id_ integer, price_type_id_ integer, unit_id_ integer)" on the database.
- Parameters
-
| itemId | Enter argument value for "item_id_" parameter of the function "core.get_item_selling_price". |
| partyTypeId | Enter argument value for "party_type_id_" parameter of the function "core.get_item_selling_price". |
| priceTypeId | Enter argument value for "price_type_id_" parameter of the function "core.get_item_selling_price". |
| unitId | Enter argument value for "unit_id_" parameter of the function "core.get_item_selling_price". |
| decimal MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.Execute |
( |
| ) |
|
Prepares and executes the function "core.get_item_selling_price".
| override string MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.ObjectName => "get_item_selling_price" |
The schema unqualified name of this PostgreSQL function.
| override string MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.ObjectNamespace => "core" |
The schema of this PostgreSQL function.
| long MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure._LoginId |
|
getset |
Login id of application user accessing this PostgreSQL function.
| int MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure._UserId |
|
getset |
User id of application user accessing this table.
| string MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.Catalog |
|
getset |
The name of the database on which queries are being executed to.
| int MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.ItemId |
|
getset |
Maps to "item_id_" argument of the function "core.get_item_selling_price".
| int MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.PartyTypeId |
|
getset |
Maps to "party_type_id_" argument of the function "core.get_item_selling_price".
| int MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.PriceTypeId |
|
getset |
Maps to "price_type_id_" argument of the function "core.get_item_selling_price".
| int MixERP.Net.Schemas.Core.Data.GetItemSellingPriceProcedure.UnitId |
|
getset |
Maps to "unit_id_" argument of the function "core.get_item_selling_price".
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Core/GetItemSellingPriceProcedure.cs