Class ObjectsRetrievalResult<T>
Result of objects retrieval.
public sealed class ObjectsRetrievalResult<T>
Type Parameters
T
Denotes a type of Value property.
- Inheritance
-
objectObjectsRetrievalResult<T>
- Extension Methods
Properties
NextPageAvailable
Returns true if there is more items than loaded.
public bool NextPageAvailable { get; set; }
Property Value
- bool
Objects
Retrieved objects.
public IEnumerable<ObjectSelectorListItem<T>> Objects { get; set; }
Property Value
- IEnumerable<ObjectSelectorListItem<T>>