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

Prepares, validates, and executes the function "transactions.get_due_date(_value_date date, _payment_term_id integer)" on the database. More...

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

Public Member Functions

 GetDueDateProcedure ()
 Prepares, validates, and executes the function "transactions.get_due_date(_value_date date, _payment_term_id integer)" on the database. More...
 
 GetDueDateProcedure (DateTime valueDate, int paymentTermId)
 Prepares, validates, and executes the function "transactions.get_due_date(_value_date date, _payment_term_id integer)" on the database. More...
 
DateTime Execute ()
 Prepares and executes the function "transactions.get_due_date". 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 => "get_due_date"
 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...
 
DateTime ValueDate [get, set]
 Maps to "_value_date" argument of the function "transactions.get_due_date". More...
 
int PaymentTermId [get, set]
 Maps to "_payment_term_id" argument of the function "transactions.get_due_date". 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.get_due_date(_value_date date, _payment_term_id integer)" on the database.

Constructor & Destructor Documentation

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

Prepares, validates, and executes the function "transactions.get_due_date(_value_date date, _payment_term_id integer)" on the database.

MixERP.Net.Schemas.Transactions.Data.GetDueDateProcedure.GetDueDateProcedure ( DateTime  valueDate,
int  paymentTermId 
)

Prepares, validates, and executes the function "transactions.get_due_date(_value_date date, _payment_term_id integer)" on the database.

Parameters
valueDateEnter argument value for "_value_date" parameter of the function "transactions.get_due_date".
paymentTermIdEnter argument value for "_payment_term_id" parameter of the function "transactions.get_due_date".

Member Function Documentation

DateTime MixERP.Net.Schemas.Transactions.Data.GetDueDateProcedure.Execute ( )

Prepares and executes the function "transactions.get_due_date".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.GetDueDateProcedure.ObjectName => "get_due_date"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

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

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

int MixERP.Net.Schemas.Transactions.Data.GetDueDateProcedure.PaymentTermId
getset

Maps to "_payment_term_id" argument of the function "transactions.get_due_date".

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

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


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