Class SubscriptionVM
Inheritance
System.Object
SubscriptionVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class SubscriptionVM : CloudBaseVM
Properties
Current
Declaration
public SubscriptionPeriodVM Current { get; set; }
Property Value
ExportsFolder
Declaration
public SubscriptionFolder ExportsFolder { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Old
Declaration
public System.Collections.Generic.ICollection<SubscriptionPeriodVM> Old { get; set; }
Property Value
ReportsFolder
Declaration
public SubscriptionFolder ReportsFolder { get; set; }
Property Value
Declaration
public System.Collections.Generic.ICollection<string> Tags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
TemplatesFolder
Declaration
public SubscriptionFolder TemplatesFolder { get; set; }
Property Value