Class UserActivity
Inheritance
System.Object
UserActivity
Assembly: UserDatabasePlugin.dll
Syntax
public class UserActivity : object
Properties
|
Improve this Doc
View Source
Date
Declaration
public DateTime Date { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
User
Declaration
public virtual User User { get; set; }
Property Value
|
Improve this Doc
View Source
UserId
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods