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

Prepares, validates, and executes the function "office.validate_login(user_name text, password text, challenge text)" on the database. More...

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

Public Member Functions

 ValidateLoginProcedure ()
 Prepares, validates, and executes the function "office.validate_login(user_name text, password text, challenge text)" on the database. More...
 
 ValidateLoginProcedure (string userName, string password, string challenge)
 Prepares, validates, and executes the function "office.validate_login(user_name text, password text, challenge text)" on the database. More...
 
bool Execute ()
 Prepares and executes the function "office.validate_login". 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 => "validate_login"
 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...
 
string UserName [get, set]
 Maps to "user_name" argument of the function "office.validate_login". More...
 
string Password [get, set]
 Maps to "password" argument of the function "office.validate_login". More...
 
string Challenge [get, set]
 Maps to "challenge" argument of the function "office.validate_login". 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.validate_login(user_name text, password text, challenge text)" on the database.

Constructor & Destructor Documentation

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

Prepares, validates, and executes the function "office.validate_login(user_name text, password text, challenge text)" on the database.

MixERP.Net.Schemas.Office.Data.ValidateLoginProcedure.ValidateLoginProcedure ( string  userName,
string  password,
string  challenge 
)

Prepares, validates, and executes the function "office.validate_login(user_name text, password text, challenge text)" on the database.

Parameters
userNameEnter argument value for "user_name" parameter of the function "office.validate_login".
passwordEnter argument value for "password" parameter of the function "office.validate_login".
challengeEnter argument value for "challenge" parameter of the function "office.validate_login".

Member Function Documentation

bool MixERP.Net.Schemas.Office.Data.ValidateLoginProcedure.Execute ( )

Prepares and executes the function "office.validate_login".

Member Data Documentation

override string MixERP.Net.Schemas.Office.Data.ValidateLoginProcedure.ObjectName => "validate_login"

The schema unqualified name of this PostgreSQL function.

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

The schema of this PostgreSQL function.

Property Documentation

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

Login id of application user accessing this PostgreSQL function.

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

User id of application user accessing this table.

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

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

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

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

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

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

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

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


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