Class ObjectList
A list of objects
Inheritance
System.Object
ObjectList
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class ObjectList : object
Properties
Count
The number of objects in the list
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
More
There are more items to request
Declaration
public bool More { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Objs
The list of objects
Declaration
public System.Collections.Generic.IList<ScopedObject> Objs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ScopedObject> |
Refs
The list of referred objects
Declaration
public System.Collections.Generic.IList<ScopedObject> Refs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ScopedObject> |
Skip
Skipped items
Declaration
public int Skip { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |