Class SubscriptionsVM
Inheritance
System.Object
SubscriptionsVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class SubscriptionsVM : CloudBaseVM
Properties
Count
Declaration
public long Count { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Skip
Declaration
public int Skip { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Subscriptions
Declaration
public System.Collections.Generic.ICollection<SubscriptionVM> Subscriptions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<SubscriptionVM> |
|
Take
Declaration
public int Take { get; set; }
Property Value
Type |
Description |
System.Int32 |
|