Class AuditActionsVM
Inheritance
System.Object
AuditActionsVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class AuditActionsVM : CloudBaseVM
Properties
HasMore
Declaration
public bool HasMore { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Items
Declaration
public System.Collections.Generic.ICollection<AuditActionVM> Items { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<AuditActionVM> |
|
Skip
Declaration
public int Skip { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Take
Declaration
public int Take { get; set; }
Property Value
Type |
Description |
System.Int32 |
|