Class User
Inheritance
System.Object
User
Assembly: UserDatabasePlugin.dll
Syntax
public class User : object
Properties
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserActivities
Declaration
public virtual List<UserActivity> UserActivities { get; set; }
Property Value
Extension Methods