Logs activity on user accounts themselves (user logins and logouts are recorded in s_login)
More...
|
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...
|
|
Logs activity on user accounts themselves (user logins and logouts are recorded in s_login)
◆ SUserAccountActivityRow()
Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SUserAccountActivityRow |
( |
System.Data.DataRowBuilder |
rb | ) |
|
|
inline |
◆ InitValues()
virtual void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.InitValues |
( |
| ) |
|
|
inlinevirtual |
◆ IsActivityDateNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsActivityDateNull |
( |
| ) |
|
|
inline |
◆ IsActivityDetailsNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsActivityDetailsNull |
( |
| ) |
|
|
inline |
◆ IsActivityTimeNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsActivityTimeNull |
( |
| ) |
|
|
inline |
◆ IsActivityTypeNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsActivityTypeNull |
( |
| ) |
|
|
inline |
◆ IsCreatedByNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsCreatedByNull |
( |
| ) |
|
|
inline |
◆ IsDateCreatedNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsDateCreatedNull |
( |
| ) |
|
|
inline |
◆ IsDateModifiedNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsDateModifiedNull |
( |
| ) |
|
|
inline |
◆ IsModificationIdNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsModificationIdNull |
( |
| ) |
|
|
inline |
◆ IsModifiedByNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsModifiedByNull |
( |
| ) |
|
|
inline |
◆ IsUserIdNull()
bool Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.IsUserIdNull |
( |
| ) |
|
|
inline |
◆ SetActivityDateNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetActivityDateNull |
( |
| ) |
|
|
inline |
◆ SetActivityDetailsNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetActivityDetailsNull |
( |
| ) |
|
|
inline |
◆ SetActivityTimeNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetActivityTimeNull |
( |
| ) |
|
|
inline |
◆ SetActivityTypeNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetActivityTypeNull |
( |
| ) |
|
|
inline |
◆ SetCreatedByNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetCreatedByNull |
( |
| ) |
|
|
inline |
◆ SetDateCreatedNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetDateCreatedNull |
( |
| ) |
|
|
inline |
◆ SetDateModifiedNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetDateModifiedNull |
( |
| ) |
|
|
inline |
◆ SetModificationIdNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetModificationIdNull |
( |
| ) |
|
|
inline |
◆ SetModifiedByNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetModifiedByNull |
( |
| ) |
|
|
inline |
◆ SetUserIdNull()
void Ict.Petra.Shared.MSysMan.Data.SUserAccountActivityRow.SetUserIdNull |
( |
| ) |
|
|
inline |
◆ 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: