Class ChooserCommand<T>
IChooserCommand<T> implementation
Inheritance
System.Object
ChooserCommand<T>
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neutronium.BuildingBlocks.ApplicationTools
Assembly: Neutronium.BuildingBlocks.ApplicationTools.dll
Syntax
public class ChooserCommand<T> : IChooserCommand<T> where T : IIODialog
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceChooserCommand(T)
Declaration
public ChooserCommand(T picker)
Parameters
Type | Name | Description |
---|---|---|
T | picker |
Properties
| Improve this Doc View SourceCanBeExecuted
Declaration
public bool CanBeExecuted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Choose
Declaration
public ICommandWithoutParameter Choose { get; }
Property Value
Type | Description |
---|---|
Neutronium.MVVMComponents.ICommandWithoutParameter |
Picker
Declaration
public T Picker { get; }
Property Value
Type | Description |
---|---|
T |
Results
Declaration
public IObservable<string> Results { get; }
Property Value
Type | Description |
---|---|
System.IObservable<System.String> |