Class RestrictionsVM
Inheritance
System.Object
RestrictionsVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class RestrictionsVM : CloudBaseVM
Properties
AdminsCount
Declaration
public int? AdminsCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
DesignerForAnons
Declaration
public bool? DesignerForAnons { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
ExpiredAt
Declaration
public System.DateTime? ExpiredAt { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTime> |
|
IsDemo
Declaration
public bool IsDemo { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
License
Declaration
public string License { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MaxDataSourcesCount
Declaration
public int? MaxDataSourcesCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
MaxGroupsCount
Declaration
public int? MaxGroupsCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
MaxUsersCount
Declaration
public int? MaxUsersCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
PagesCount
Declaration
public int? PagesCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
SchedulerEnabled
Declaration
public bool? SchedulerEnabled { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
SharingEnabled
Declaration
public bool? SharingEnabled { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
SubscriptionsCount
Declaration
public int? SubscriptionsCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
ValidTo
Declaration
public System.DateTime? ValidTo { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTime> |
|
WhiteLabel
Declaration
public bool? WhiteLabel { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|