Class UserVM
Inheritance
System.Object
UserVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UserVM : CloudBaseVM
Properties
AdminPermission
Declaration
public AdminPermission AdminPermission { get; set; }
Property Value
CreatedTime
Declaration
public System.DateTime CreatedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Groups
Declaration
public System.Collections.Generic.ICollection<string> Groups { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAdmin
Declaration
public bool IsAdmin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Subscriptions
Declaration
public System.Collections.Generic.ICollection<string> Subscriptions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|