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

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...

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

Public Member Functions

 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...
 
- 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 => "create_payment_card"
 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 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...
 
- 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.create_payment_card(_payment_card_code character varying, _payment_card_name character varying, _card_type_id integer)" on the database.

Constructor & Destructor Documentation

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
paymentCardCodeEnter argument value for "_payment_card_code" parameter of the function "core.create_payment_card".
paymentCardNameEnter argument value for "_payment_card_name" parameter of the function "core.create_payment_card".
cardTypeIdEnter argument value for "_card_type_id" parameter of the function "core.create_payment_card".

Member Function Documentation

void MixERP.Net.Schemas.Core.Data.CreatePaymentCardProcedure.Execute ( )

Prepares and executes the function "core.create_payment_card".

Member Data Documentation

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.

Property Documentation

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: