MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure Class Reference

Prepares, validates, and executes the function "transactions.post_recurring_invoices(_user_id integer, _login_id bigint, _office_id integer, _value_date date)" on the database. More...

Inheritance diagram for MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure:
PetaPoco.DbAccess PetaPoco.IDBAccess

Public Member Functions

 PostRecurringInvoicesProcedure ()
 Prepares, validates, and executes the function "transactions.post_recurring_invoices(_user_id integer, _login_id bigint, _office_id integer, _value_date date)" on the database. More...
 
 PostRecurringInvoicesProcedure (int userId, long loginIdParameter, int officeId, DateTime valueDate)
 Prepares, validates, and executes the function "transactions.post_recurring_invoices(_user_id integer, _login_id bigint, _office_id integer, _value_date date)" on the database. More...
 
void Execute ()
 Prepares and executes the function "transactions.post_recurring_invoices". 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 => "transactions"
 The schema of this PostgreSQL function. More...
 
override string ObjectName => "post_recurring_invoices"
 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...
 
int UserId [get, set]
 Maps to "_user_id" argument of the function "transactions.post_recurring_invoices". More...
 
long LoginIdParameter [get, set]
 Maps to "_login_id" argument of the function "transactions.post_recurring_invoices". More...
 
int OfficeId [get, set]
 Maps to "_office_id" argument of the function "transactions.post_recurring_invoices". More...
 
DateTime ValueDate [get, set]
 Maps to "_value_date" argument of the function "transactions.post_recurring_invoices". 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 "transactions.post_recurring_invoices(_user_id integer, _login_id bigint, _office_id integer, _value_date date)" on the database.

Constructor & Destructor Documentation

MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.PostRecurringInvoicesProcedure ( )

Prepares, validates, and executes the function "transactions.post_recurring_invoices(_user_id integer, _login_id bigint, _office_id integer, _value_date date)" on the database.

MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.PostRecurringInvoicesProcedure ( int  userId,
long  loginIdParameter,
int  officeId,
DateTime  valueDate 
)

Prepares, validates, and executes the function "transactions.post_recurring_invoices(_user_id integer, _login_id bigint, _office_id integer, _value_date date)" on the database.

Parameters
userIdEnter argument value for "_user_id" parameter of the function "transactions.post_recurring_invoices".
loginIdParameterEnter argument value for "_login_id" parameter of the function "transactions.post_recurring_invoices".
officeIdEnter argument value for "_office_id" parameter of the function "transactions.post_recurring_invoices".
valueDateEnter argument value for "_value_date" parameter of the function "transactions.post_recurring_invoices".

Member Function Documentation

void MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.Execute ( )

Prepares and executes the function "transactions.post_recurring_invoices".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.ObjectName => "post_recurring_invoices"

The schema unqualified name of this PostgreSQL function.

override string MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.ObjectNamespace => "transactions"

The schema of this PostgreSQL function.

Property Documentation

long MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure._LoginId
getset

Login id of application user accessing this PostgreSQL function.

int MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure._UserId
getset

User id of application user accessing this table.

string MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.Catalog
getset

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

long MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.LoginIdParameter
getset

Maps to "_login_id" argument of the function "transactions.post_recurring_invoices".

int MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.OfficeId
getset

Maps to "_office_id" argument of the function "transactions.post_recurring_invoices".

int MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.UserId
getset

Maps to "_user_id" argument of the function "transactions.post_recurring_invoices".

DateTime MixERP.Net.Schemas.Transactions.Data.PostRecurringInvoicesProcedure.ValueDate
getset

Maps to "_value_date" argument of the function "transactions.post_recurring_invoices".


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