Class LoadSelectedObjectsCommandResult<T>
Result of a command which loads selected items for object selector.
public sealed class LoadSelectedObjectsCommandResult<T>
Type Parameters
T
Denotes a type of Value.
- Inheritance
-
objectLoadSelectedObjectsCommandResult<T>
- Extension Methods
Properties
Objects
A collection of selected items which are presented to a user in the UI.
public IEnumerable<ObjectSelectorListItem<T>> Objects { get; set; }
Property Value
- IEnumerable<ObjectSelectorListItem<T>>