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 () |
| | 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< DbSignInResult > | Execute () |
| | Prepares and executes the function "office.sign_in". More...
|
| |
| void | Validate (AccessTypeEnum type, long loginId, bool noException) |
| | Validates application user access rights to execute the function. More...
|
| |
|
| 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...
|
| |
|
| 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...
|
| |
|
abstract string | ObjectNamespace [get] |
| |
|
abstract string | ObjectName [get] |
| |
|
bool | HasAccess [get] |
| |
|
bool | Validated [get] |
| |
|
bool | SkipValidation [get, set] |
| |
|
bool | HasAccess [get] |
| |
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 |
( |
| ) |
|
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
-
| officeId | Enter argument value for "office_id" parameter of the function "office.sign_in". |
| userName | Enter argument value for "user_name" parameter of the function "office.sign_in". |
| password | Enter argument value for "password" parameter of the function "office.sign_in". |
| browser | Enter argument value for "browser" parameter of the function "office.sign_in". |
| ipAddress | Enter argument value for "ip_address" parameter of the function "office.sign_in". |
| remoteUser | Enter argument value for "remote_user" parameter of the function "office.sign_in". |
| culture | Enter argument value for "culture" parameter of the function "office.sign_in". |
| challenge | Enter argument value for "challenge" parameter of the function "office.sign_in". |
| IEnumerable<DbSignInResult> MixERP.Net.Schemas.Office.Data.SignInProcedure.Execute |
( |
| ) |
|
Prepares and executes the function "office.sign_in".
| 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.
| 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:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Office/SignInProcedure.cs