Prepares, validates, and executes the function "core.create_payment_card(_payment_card_code character varying, _payment_card_name character varying, _card_type_id integer)" on the database.
More...
|
| | CreatePaymentCardProcedure () |
| | Prepares, validates, and executes the function "core.create_payment_card(_payment_card_code character varying, _payment_card_name character varying, _card_type_id integer)" on the database. More...
|
| |
| | CreatePaymentCardProcedure (string paymentCardCode, string paymentCardName, int cardTypeId) |
| | Prepares, validates, and executes the function "core.create_payment_card(_payment_card_code character varying, _payment_card_name character varying, _card_type_id integer)" on the database. More...
|
| |
| void | Execute () |
| | Prepares and executes the function "core.create_payment_card". 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 => "create_payment_card" |
| | 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 | PaymentCardCode [get, set] |
| | Maps to "_payment_card_code" argument of the function "core.create_payment_card". More...
|
| |
| string | PaymentCardName [get, set] |
| | Maps to "_payment_card_name" argument of the function "core.create_payment_card". More...
|
| |
| int | CardTypeId [get, set] |
| | Maps to "_card_type_id" argument of the function "core.create_payment_card". 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.create_payment_card(_payment_card_code character varying, _payment_card_name character varying, _card_type_id integer)" on the database.
| MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.CreatePaymentCardProcedure |
( |
| ) |
|
Prepares, validates, and executes the function "core.create_payment_card(_payment_card_code character varying, _payment_card_name character varying, _card_type_id integer)" on the database.
| MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.CreatePaymentCardProcedure |
( |
string |
paymentCardCode, |
|
|
string |
paymentCardName, |
|
|
int |
cardTypeId |
|
) |
| |
Prepares, validates, and executes the function "core.create_payment_card(_payment_card_code character varying, _payment_card_name character varying, _card_type_id integer)" on the database.
- Parameters
-
| paymentCardCode | Enter argument value for "_payment_card_code" parameter of the function "core.create_payment_card". |
| paymentCardName | Enter argument value for "_payment_card_name" parameter of the function "core.create_payment_card". |
| cardTypeId | Enter argument value for "_card_type_id" parameter of the function "core.create_payment_card". |
| void MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.Execute |
( |
| ) |
|
Prepares and executes the function "core.create_payment_card".
| override string MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.ObjectName => "create_payment_card" |
The schema unqualified name of this PostgreSQL function.
| override string MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.ObjectNamespace => "core" |
The schema of this PostgreSQL function.
| long MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure._LoginId |
|
getset |
Login id of application user accessing this PostgreSQL function.
| int MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure._UserId |
|
getset |
User id of application user accessing this table.
| int MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.CardTypeId |
|
getset |
Maps to "_card_type_id" argument of the function "core.create_payment_card".
| string MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.Catalog |
|
getset |
The name of the database on which queries are being executed to.
| string MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.PaymentCardCode |
|
getset |
Maps to "_payment_card_code" argument of the function "core.create_payment_card".
| string MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.PaymentCardName |
|
getset |
Maps to "_payment_card_name" argument of the function "core.create_payment_card".
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Core/CreatePaymentCardProcedure.cs