Log of all the log-ins/log-in attempts to the system, and of log-outs from the system (activities on user accounts themselves are recorded in s_user_account_activity).
More...
|
Int32 | LoginProcessId [get, set] |
| OpenPetra process ID; this is a unique key. More...
|
|
String | UserId [get, set] |
| This is the system user id. Each user of the system is allocated one. More...
|
|
Int32 | Time [get, set] |
| Time of the login/login attempt/logout. More...
|
|
System.DateTime | Date [get, set] |
| Date of the login/login attempt/logout. More...
|
|
String | LoginType [get, set] |
| Type of the login/logout record. This is a hard-coded constant value (there's no 'lookup table' for it); for available values and their meaning please check program code (TLoginLog Class). More...
|
|
String | LoginDetails [get, set] |
| Details/description of the login/login attempt/logout. This is a localised string, i.e. it can be recorded in the language of the Site! Refer to s_login_type_c for exact identification of what the recorded account activity is about if text in here can't be understood because it is recorded in a foreign language. More...
|
|
Int32 | LoginProcessIdRef [get, set] |
| Reference to s_login_process_id_r (OpenPetra process ID of the login record) - only set for a record of s_login_status_type_c 'LOGOUT' (connects the logout log entry with the corresponding login log entry.) More...
|
|
System.? DateTime | DateCreated [get, set] |
| The date the record was created. More...
|
|
String | CreatedBy [get, set] |
| User ID of who created this record. More...
|
|
System.? DateTime | DateModified [get, set] |
| The date the record was modified. More...
|
|
String | ModifiedBy [get, set] |
| User ID of who last modified this record. More...
|
|
DateTime | ModificationId [get, set] |
| This identifies the current version of the record. More...
|
|
Log of all the log-ins/log-in attempts to the system, and of log-outs from the system (activities on user accounts themselves are recorded in s_user_account_activity).
◆ SLoginRow()
Ict.Petra.Shared.MSysMan.Data.SLoginRow.SLoginRow |
( |
System.Data.DataRowBuilder |
rb | ) |
|
|
inline |
◆ InitValues()
virtual void Ict.Petra.Shared.MSysMan.Data.SLoginRow.InitValues |
( |
| ) |
|
|
inlinevirtual |
◆ IsCreatedByNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsCreatedByNull |
( |
| ) |
|
|
inline |
◆ IsDateCreatedNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsDateCreatedNull |
( |
| ) |
|
|
inline |
◆ IsDateModifiedNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsDateModifiedNull |
( |
| ) |
|
|
inline |
◆ IsDateNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsDateNull |
( |
| ) |
|
|
inline |
◆ IsLoginDetailsNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsLoginDetailsNull |
( |
| ) |
|
|
inline |
◆ IsLoginProcessIdNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsLoginProcessIdNull |
( |
| ) |
|
|
inline |
◆ IsLoginProcessIdRefNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsLoginProcessIdRefNull |
( |
| ) |
|
|
inline |
◆ IsLoginTypeNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsLoginTypeNull |
( |
| ) |
|
|
inline |
◆ IsModificationIdNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsModificationIdNull |
( |
| ) |
|
|
inline |
◆ IsModifiedByNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsModifiedByNull |
( |
| ) |
|
|
inline |
◆ IsTimeNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsTimeNull |
( |
| ) |
|
|
inline |
◆ IsUserIdNull()
bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsUserIdNull |
( |
| ) |
|
|
inline |
◆ SetCreatedByNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetCreatedByNull |
( |
| ) |
|
|
inline |
◆ SetDateCreatedNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetDateCreatedNull |
( |
| ) |
|
|
inline |
◆ SetDateModifiedNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetDateModifiedNull |
( |
| ) |
|
|
inline |
◆ SetDateNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetDateNull |
( |
| ) |
|
|
inline |
◆ SetLoginDetailsNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetLoginDetailsNull |
( |
| ) |
|
|
inline |
◆ SetLoginProcessIdNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetLoginProcessIdNull |
( |
| ) |
|
|
inline |
◆ SetLoginProcessIdRefNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetLoginProcessIdRefNull |
( |
| ) |
|
|
inline |
◆ SetLoginTypeNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetLoginTypeNull |
( |
| ) |
|
|
inline |
◆ SetModificationIdNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetModificationIdNull |
( |
| ) |
|
|
inline |
◆ SetModifiedByNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetModifiedByNull |
( |
| ) |
|
|
inline |
◆ SetTimeNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetTimeNull |
( |
| ) |
|
|
inline |
◆ SetUserIdNull()
void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetUserIdNull |
( |
| ) |
|
|
inline |
◆ CreatedBy
String Ict.Petra.Shared.MSysMan.Data.SLoginRow.CreatedBy |
|
getset |
User ID of who created this record.
◆ Date
System.DateTime Ict.Petra.Shared.MSysMan.Data.SLoginRow.Date |
|
getset |
Date of the login/login attempt/logout.
◆ DateCreated
System.? DateTime Ict.Petra.Shared.MSysMan.Data.SLoginRow.DateCreated |
|
getset |
The date the record was created.
◆ DateModified
System.? DateTime Ict.Petra.Shared.MSysMan.Data.SLoginRow.DateModified |
|
getset |
The date the record was modified.
◆ LoginDetails
String Ict.Petra.Shared.MSysMan.Data.SLoginRow.LoginDetails |
|
getset |
Details/description of the login/login attempt/logout. This is a localised string, i.e. it can be recorded in the language of the Site! Refer to s_login_type_c for exact identification of what the recorded account activity is about if text in here can't be understood because it is recorded in a foreign language.
◆ LoginProcessId
Int32 Ict.Petra.Shared.MSysMan.Data.SLoginRow.LoginProcessId |
|
getset |
OpenPetra process ID; this is a unique key.
◆ LoginProcessIdRef
Int32 Ict.Petra.Shared.MSysMan.Data.SLoginRow.LoginProcessIdRef |
|
getset |
Reference to s_login_process_id_r (OpenPetra process ID of the login record) - only set for a record of s_login_status_type_c 'LOGOUT' (connects the logout log entry with the corresponding login log entry.)
◆ LoginType
String Ict.Petra.Shared.MSysMan.Data.SLoginRow.LoginType |
|
getset |
Type of the login/logout record. This is a hard-coded constant value (there's no 'lookup table' for it); for available values and their meaning please check program code (TLoginLog Class).
◆ ModificationId
DateTime Ict.Petra.Shared.MSysMan.Data.SLoginRow.ModificationId |
|
getset |
This identifies the current version of the record.
◆ ModifiedBy
String Ict.Petra.Shared.MSysMan.Data.SLoginRow.ModifiedBy |
|
getset |
User ID of who last modified this record.
◆ Time
Int32 Ict.Petra.Shared.MSysMan.Data.SLoginRow.Time |
|
getset |
Time of the login/login attempt/logout.
◆ UserId
String Ict.Petra.Shared.MSysMan.Data.SLoginRow.UserId |
|
getset |
This is the system user id. Each user of the system is allocated one.
The documentation for this class was generated from the following file: