Class AuditUserInfo
- Namespace
- Dynamicweb.Security.UserManagement
- Assembly
- Dynamicweb.Security.dll
Class AuditUserInfo
public class AuditUserInfo
- Inheritance
-
AuditUserInfo
- Inherited Members
Properties
CreatedBy
Gets the created by user id
public int CreatedBy { get; }
Property Value
CreatedByUser
Gets the created by user.
public string CreatedByUser { get; }
Property Value
- string
- The created by user.
CreatedOn
Gets the created on.
public DateTime? CreatedOn { get; }
Property Value
- DateTime?
- The created on.
EmailPermissionGivenOn
Gets the email permission given on.
public DateTime? EmailPermissionGivenOn { get; }
Property Value
- DateTime?
- The email permission given on.
EmailPermissionUpdatedOn
Gets the email permission updated on.
public DateTime? EmailPermissionUpdatedOn { get; }
Property Value
- DateTime?
- The email permission updated on.
LastLoginOn
Gets the last login on.
[Obsolete("Use LastLogOnOn instead")]
public DateTime? LastLoginOn { get; }
Property Value
- DateTime?
- The last login in .
LastLogOnOn
Gets the last login on.
public DateTime? LastLogOnOn { get; }
Property Value
- DateTime?
- The last login in .
UpdatedBy
Gets the updated by user id
public int UpdatedBy { get; }
Property Value
UpdatedByUser
Gets the updated by user.
public string UpdatedByUser { get; }
Property Value
- string
- The updated by user.
UpdatedOn
Gets the updated on.
public DateTime? UpdatedOn { get; }
Property Value
- DateTime?
- The updated on.
Methods
Fill(IDataReader)
Fills the specified reader.
[Obsolete]
public void Fill(IDataReader reader)
Parameters
reader
IDataReader- The reader.
FillRow(DataRow)
Fills the row.
[Obsolete]
public void FillRow(DataRow row)
Parameters
row
DataRow- The row.
NotifyEmailPermissionUpdated(bool)
Notifies the email permission updated.
public void NotifyEmailPermissionUpdated(bool newValue)
Parameters
newValue
bool- if set to
true
[new value].
NotifyUserSaving(bool)
Notifies the user saving.
public void NotifyUserSaving(bool isNewUser)
Parameters
isNewUser
bool- if set to
true
[is new user].
NotifyUserSaving(bool, bool)
Notifies the user saving.
public void NotifyUserSaving(bool isNewUser, bool fromImport)