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

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

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

Public Member Functions

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

Constructor & Destructor Documentation

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

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

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

Prepares, validates, and executes the function "transactions.refresh_materialized_views(_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.refresh_materialized_views".
loginIdParameterEnter argument value for "_login_id" parameter of the function "transactions.refresh_materialized_views".
officeIdEnter argument value for "_office_id" parameter of the function "transactions.refresh_materialized_views".
valueDateEnter argument value for "_value_date" parameter of the function "transactions.refresh_materialized_views".

Member Function Documentation

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

Prepares and executes the function "transactions.refresh_materialized_views".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.RefreshMaterializedViewsProcedure.ObjectName => "refresh_materialized_views"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

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

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

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

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

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

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

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

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

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

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


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