MixERP.Net.Schemas.Office.Data.SignInProcedure Class Reference

Prepares, validates, and executes the function "office.sign_in(office_id integer_strict, user_name text, password text, browser text, ip_address text, remote_user text, culture text, challenge text)" on the database. More...

Inheritance diagram for MixERP.Net.Schemas.Office.Data.SignInProcedure:
PetaPoco.DbAccess PetaPoco.IDBAccess

Public Member Functions

 SignInProcedure ()
 Prepares, validates, and executes the function "office.sign_in(office_id integer_strict, user_name text, password text, browser text, ip_address text, remote_user text, culture text, challenge text)" on the database. More...
 
 SignInProcedure (int officeId, string userName, string password, string browser, string ipAddress, string remoteUser, string culture, string challenge)
 Prepares, validates, and executes the function "office.sign_in(office_id integer_strict, user_name text, password text, browser text, ip_address text, remote_user text, culture text, challenge text)" on the database. More...
 
IEnumerable< DbSignInResultExecute ()
 Prepares and executes the function "office.sign_in". 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 => "office"
 The schema of this PostgreSQL function. More...
 
override string ObjectName => "sign_in"
 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 "office.sign_in". More...
 
string UserName [get, set]
 Maps to "user_name" argument of the function "office.sign_in". More...
 
string Password [get, set]
 Maps to "password" argument of the function "office.sign_in". More...
 
string Browser [get, set]
 Maps to "browser" argument of the function "office.sign_in". More...
 
string IpAddress [get, set]
 Maps to "ip_address" argument of the function "office.sign_in". More...
 
string RemoteUser [get, set]
 Maps to "remote_user" argument of the function "office.sign_in". More...
 
string Culture [get, set]
 Maps to "culture" argument of the function "office.sign_in". More...
 
string Challenge [get, set]
 Maps to "challenge" argument of the function "office.sign_in". 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 "office.sign_in(office_id integer_strict, user_name text, password text, browser text, ip_address text, remote_user text, culture text, challenge text)" on the database.

Constructor & Destructor Documentation

MixERP.Net.Schemas.Office.Data.SignInProcedure.SignInProcedure ( )

Prepares, validates, and executes the function "office.sign_in(office_id integer_strict, user_name text, password text, browser text, ip_address text, remote_user text, culture text, challenge text)" on the database.

MixERP.Net.Schemas.Office.Data.SignInProcedure.SignInProcedure ( int  officeId,
string  userName,
string  password,
string  browser,
string  ipAddress,
string  remoteUser,
string  culture,
string  challenge 
)

Prepares, validates, and executes the function "office.sign_in(office_id integer_strict, user_name text, password text, browser text, ip_address text, remote_user text, culture text, challenge text)" on the database.

Parameters
officeIdEnter argument value for "office_id" parameter of the function "office.sign_in".
userNameEnter argument value for "user_name" parameter of the function "office.sign_in".
passwordEnter argument value for "password" parameter of the function "office.sign_in".
browserEnter argument value for "browser" parameter of the function "office.sign_in".
ipAddressEnter argument value for "ip_address" parameter of the function "office.sign_in".
remoteUserEnter argument value for "remote_user" parameter of the function "office.sign_in".
cultureEnter argument value for "culture" parameter of the function "office.sign_in".
challengeEnter argument value for "challenge" parameter of the function "office.sign_in".

Member Function Documentation

IEnumerable<DbSignInResult> MixERP.Net.Schemas.Office.Data.SignInProcedure.Execute ( )

Prepares and executes the function "office.sign_in".

Member Data Documentation

override string MixERP.Net.Schemas.Office.Data.SignInProcedure.ObjectName => "sign_in"

The schema unqualified name of this PostgreSQL function.

override string MixERP.Net.Schemas.Office.Data.SignInProcedure.ObjectNamespace => "office"

The schema of this PostgreSQL function.

Property Documentation

long MixERP.Net.Schemas.Office.Data.SignInProcedure._LoginId
getset

Login id of application user accessing this PostgreSQL function.

int MixERP.Net.Schemas.Office.Data.SignInProcedure._UserId
getset

User id of application user accessing this table.

string MixERP.Net.Schemas.Office.Data.SignInProcedure.Browser
getset

Maps to "browser" argument of the function "office.sign_in".

string MixERP.Net.Schemas.Office.Data.SignInProcedure.Catalog
getset

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

string MixERP.Net.Schemas.Office.Data.SignInProcedure.Challenge
getset

Maps to "challenge" argument of the function "office.sign_in".

string MixERP.Net.Schemas.Office.Data.SignInProcedure.Culture
getset

Maps to "culture" argument of the function "office.sign_in".

string MixERP.Net.Schemas.Office.Data.SignInProcedure.IpAddress
getset

Maps to "ip_address" argument of the function "office.sign_in".

int MixERP.Net.Schemas.Office.Data.SignInProcedure.OfficeId
getset

Maps to "office_id" argument of the function "office.sign_in".

string MixERP.Net.Schemas.Office.Data.SignInProcedure.Password
getset

Maps to "password" argument of the function "office.sign_in".

string MixERP.Net.Schemas.Office.Data.SignInProcedure.RemoteUser
getset

Maps to "remote_user" argument of the function "office.sign_in".

string MixERP.Net.Schemas.Office.Data.SignInProcedure.UserName
getset

Maps to "user_name" argument of the function "office.sign_in".


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