OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MSysMan.Data.SLoginRow Class Reference

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...

Inheritance diagram for Ict.Petra.Shared.MSysMan.Data.SLoginRow:

Public Member Functions

 SLoginRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsLoginProcessIdNull ()
 test for NULL value More...
 
void SetLoginProcessIdNull ()
 assign NULL value More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsTimeNull ()
 test for NULL value More...
 
void SetTimeNull ()
 assign NULL value More...
 
bool IsDateNull ()
 test for NULL value More...
 
void SetDateNull ()
 assign NULL value More...
 
bool IsLoginTypeNull ()
 test for NULL value More...
 
void SetLoginTypeNull ()
 assign NULL value More...
 
bool IsLoginDetailsNull ()
 test for NULL value More...
 
void SetLoginDetailsNull ()
 assign NULL value More...
 
bool IsLoginProcessIdRefNull ()
 test for NULL value More...
 
void SetLoginProcessIdRefNull ()
 assign NULL value More...
 
bool IsDateCreatedNull ()
 test for NULL value More...
 
void SetDateCreatedNull ()
 assign NULL value More...
 
bool IsCreatedByNull ()
 test for NULL value More...
 
void SetCreatedByNull ()
 assign NULL value More...
 
bool IsDateModifiedNull ()
 test for NULL value More...
 
void SetDateModifiedNull ()
 assign NULL value More...
 
bool IsModifiedByNull ()
 test for NULL value More...
 
void SetModifiedByNull ()
 assign NULL value More...
 
bool IsModificationIdNull ()
 test for NULL value More...
 
void SetModificationIdNull ()
 assign NULL value More...
 

Properties

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...
 

Detailed Description

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).

Constructor & Destructor Documentation

◆ SLoginRow()

Ict.Petra.Shared.MSysMan.Data.SLoginRow.SLoginRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MSysMan.Data.SLoginRow.InitValues ( )
inlinevirtual

set default values

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDateNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsDateNull ( )
inline

test for NULL value

◆ IsLoginDetailsNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsLoginDetailsNull ( )
inline

test for NULL value

◆ IsLoginProcessIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsLoginProcessIdNull ( )
inline

test for NULL value

◆ IsLoginProcessIdRefNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsLoginProcessIdRefNull ( )
inline

test for NULL value

◆ IsLoginTypeNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsLoginTypeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsTimeNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsTimeNull ( )
inline

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SLoginRow.IsUserIdNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDateNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetDateNull ( )
inline

assign NULL value

◆ SetLoginDetailsNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetLoginDetailsNull ( )
inline

assign NULL value

◆ SetLoginProcessIdNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetLoginProcessIdNull ( )
inline

assign NULL value

◆ SetLoginProcessIdRefNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetLoginProcessIdRefNull ( )
inline

assign NULL value

◆ SetLoginTypeNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetLoginTypeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetTimeNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetTimeNull ( )
inline

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MSysMan.Data.SLoginRow.SetUserIdNull ( )
inline

assign NULL value

Property Documentation

◆ 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: