Class UserFontVM
Inheritance
System.Object
UserFontVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UserFontVM : CloudBaseVM
Properties
CreatedTime
Declaration
public System.DateTime CreatedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CreatorUserId
Declaration
public string CreatorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EditedTime
Declaration
public System.DateTime EditedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EditorUserId
Declaration
public string EditorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Font
Declaration
public FontVM Font { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
SubscriptionId
Declaration
public string SubscriptionId { get; set; }
Property Value
Type |
Description |
System.String |
|