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

Logs activity on user accounts themselves (user logins and logouts are recorded in s_login) More...

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

Public Member Functions

 SUserAccountActivityRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsActivityDateNull ()
 test for NULL value More...
 
void SetActivityDateNull ()
 assign NULL value More...
 
bool IsActivityTimeNull ()
 test for NULL value More...
 
void SetActivityTimeNull ()
 assign NULL value More...
 
bool IsActivityTypeNull ()
 test for NULL value More...
 
void SetActivityTypeNull ()
 assign NULL value More...
 
bool IsActivityDetailsNull ()
 test for NULL value More...
 
void SetActivityDetailsNull ()
 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

String UserId [get, set]
 User for which the user account activity got recorded. More...
 
System.DateTime ActivityDate [get, set]
 Date of the recorded user account activity. More...
 
Int32 ActivityTime [get, set]
 Time of the recorded user account activity. More...
 
String ActivityType [get, set]
 Type of the recorded account activity. This is a hard-coded constant value (there's no 'lookup table' for it); for available values and their meaning please check program code (TUserAccountActivityLog Class). More...
 
String ActivityDetails [get, set]
 Details/description of the recorded account activity. This is a localised string, i.e. it can be recorded in the language of the Site! Refer to s_activity_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...
 
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

Logs activity on user accounts themselves (user logins and logouts are recorded in s_login)

Constructor & Destructor Documentation

◆ SUserAccountActivityRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsActivityDateNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsActivityDateNull ( )
inline

test for NULL value

◆ IsActivityDetailsNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsActivityDetailsNull ( )
inline

test for NULL value

◆ IsActivityTimeNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsActivityTimeNull ( )
inline

test for NULL value

◆ IsActivityTypeNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsActivityTypeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsUserIdNull()

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

test for NULL value

◆ SetActivityDateNull()

void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetActivityDateNull ( )
inline

assign NULL value

◆ SetActivityDetailsNull()

void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetActivityDetailsNull ( )
inline

assign NULL value

◆ SetActivityTimeNull()

void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetActivityTimeNull ( )
inline

assign NULL value

◆ SetActivityTypeNull()

void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetActivityTypeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetUserIdNull()

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

assign NULL value

Property Documentation

◆ ActivityDate

System.DateTime Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.ActivityDate
getset

Date of the recorded user account activity.

◆ ActivityDetails

String Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.ActivityDetails
getset

Details/description of the recorded account activity. This is a localised string, i.e. it can be recorded in the language of the Site! Refer to s_activity_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.

◆ ActivityTime

Int32 Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.ActivityTime
getset

Time of the recorded user account activity.

◆ ActivityType

String Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.ActivityType
getset

Type of the recorded account activity. This is a hard-coded constant value (there's no 'lookup table' for it); for available values and their meaning please check program code (TUserAccountActivityLog Class).

◆ CreatedBy

String Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.ModifiedBy
getset

User ID of who last modified this record.

◆ UserId

String Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.UserId
getset

User for which the user account activity got recorded.


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