Class SubscriptionPlanVM
Inheritance
System.Object
SubscriptionPlanVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class SubscriptionPlanVM : CloudBaseVM
Properties
DataSourceLimit
Declaration
public int? DataSourceLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
ExportsSpaceLimit
Declaration
public long? ExportsSpaceLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
FileUploadSizeLimit
Declaration
public long? FileUploadSizeLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
GroupLimit
Declaration
public int? GroupLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IsActive
Declaration
public bool? IsActive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsDemo
Declaration
public bool? IsDemo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
MaxUsersCount
Declaration
public int? MaxUsersCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OnlineDesigner
Declaration
public bool? OnlineDesigner { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
PageLimit
Declaration
public int PageLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReadonlyTimeLimit
Declaration
public int ReadonlyTimeLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReadonlyTimeLimitType
Declaration
public TimePeriodType ReadonlyTimeLimitType { get; set; }
Property Value
ReportsSpaceLimit
Declaration
public long? ReportsSpaceLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Tasks
Declaration
public TaskSettingsVM Tasks { get; set; }
Property Value
TemplatesSpaceLimit
Declaration
public long? TemplatesSpaceLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
TimePeriod
Declaration
public int? TimePeriod { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TimePeriodType
Declaration
public TimePeriodType? TimePeriodType { get; set; }
Property Value
UnlimitedPage
Declaration
public bool UnlimitedPage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UrlToBuy
Declaration
public string UrlToBuy { get; set; }
Property Value
Type |
Description |
System.String |
|