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

Prepares, validates, and executes the function "transactions.post_stock_adjustment(_office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _details transactions.stock_adjustment_type[])" on the database. More...

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

Public Member Functions

 PostStockAdjustmentProcedure ()
 Prepares, validates, and executes the function "transactions.post_stock_adjustment(_office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _details transactions.stock_adjustment_type[])" on the database. More...
 
 PostStockAdjustmentProcedure (int officeId, int userId, long loginIdParameter, DateTime valueDate, string referenceNumber, string statementReference, MixERP.Net.Entities.Transactions.StockAdjustmentType[][] details)
 Prepares, validates, and executes the function "transactions.post_stock_adjustment(_office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _details transactions.stock_adjustment_type[])" on the database. More...
 
long Execute ()
 Prepares and executes the function "transactions.post_stock_adjustment". 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_stock_adjustment"
 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 OfficeId [get, set]
 Maps to "_office_id" argument of the function "transactions.post_stock_adjustment". More...
 
int UserId [get, set]
 Maps to "_user_id" argument of the function "transactions.post_stock_adjustment". More...
 
long LoginIdParameter [get, set]
 Maps to "_login_id" argument of the function "transactions.post_stock_adjustment". More...
 
DateTime ValueDate [get, set]
 Maps to "_value_date" argument of the function "transactions.post_stock_adjustment". More...
 
string ReferenceNumber [get, set]
 Maps to "_reference_number" argument of the function "transactions.post_stock_adjustment". More...
 
string StatementReference [get, set]
 Maps to "_statement_reference" argument of the function "transactions.post_stock_adjustment". More...
 
MixERP.Net.Entities.Transactions.StockAdjustmentType[][] Details [get, set]
 Maps to "_details" argument of the function "transactions.post_stock_adjustment". 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_stock_adjustment(_office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _details transactions.stock_adjustment_type[])" on the database.

Constructor & Destructor Documentation

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

Prepares, validates, and executes the function "transactions.post_stock_adjustment(_office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _details transactions.stock_adjustment_type[])" on the database.

MixERP.Net.Schemas.Transactions.Data.PostStockAdjustmentProcedure.PostStockAdjustmentProcedure ( int  officeId,
int  userId,
long  loginIdParameter,
DateTime  valueDate,
string  referenceNumber,
string  statementReference,
MixERP.Net.Entities.Transactions.StockAdjustmentType  details[][] 
)

Prepares, validates, and executes the function "transactions.post_stock_adjustment(_office_id integer, _user_id integer, _login_id bigint, _value_date date, _reference_number character varying, _statement_reference text, _details transactions.stock_adjustment_type[])" on the database.

Parameters
officeIdEnter argument value for "_office_id" parameter of the function "transactions.post_stock_adjustment".
userIdEnter argument value for "_user_id" parameter of the function "transactions.post_stock_adjustment".
loginIdParameterEnter argument value for "_login_id" parameter of the function "transactions.post_stock_adjustment".
valueDateEnter argument value for "_value_date" parameter of the function "transactions.post_stock_adjustment".
referenceNumberEnter argument value for "_reference_number" parameter of the function "transactions.post_stock_adjustment".
statementReferenceEnter argument value for "_statement_reference" parameter of the function "transactions.post_stock_adjustment".
detailsEnter argument value for "_details" parameter of the function "transactions.post_stock_adjustment".

Member Function Documentation

long MixERP.Net.Schemas.Transactions.Data.PostStockAdjustmentProcedure.Execute ( )

Prepares and executes the function "transactions.post_stock_adjustment".

Member Data Documentation

override string MixERP.Net.Schemas.Transactions.Data.PostStockAdjustmentProcedure.ObjectName => "post_stock_adjustment"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

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

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

MixERP.Net.Entities.Transactions.StockAdjustmentType [][] MixERP.Net.Schemas.Transactions.Data.PostStockAdjustmentProcedure.Details
getset

Maps to "_details" argument of the function "transactions.post_stock_adjustment".

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

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

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

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

string MixERP.Net.Schemas.Transactions.Data.PostStockAdjustmentProcedure.ReferenceNumber
getset

Maps to "_reference_number" argument of the function "transactions.post_stock_adjustment".

string MixERP.Net.Schemas.Transactions.Data.PostStockAdjustmentProcedure.StatementReference
getset

Maps to "_statement_reference" argument of the function "transactions.post_stock_adjustment".

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

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

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

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


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