Class GetSelectionCommandResult<TBindingValueType>
Result of the get selection command.
public sealed class GetSelectionCommandResult<TBindingValueType>
Type Parameters
TBindingValueType
- Inheritance
-
objectGetSelectionCommandResult<TBindingValueType>
- Extension Methods
Properties
SelectedIdentifiers
Selected identifiers.
public ICollection<TBindingValueType> SelectedIdentifiers { get; set; }
Property Value
- ICollection<TBindingValueType>