Show / Hide Table of Contents

Class ChooserCommand<T>

IChooserCommand<T> implementation

Inheritance
System.Object
ChooserCommand<T>
Implements
IChooserCommand<T>
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 Source

ChooserCommand(T)

Declaration
public ChooserCommand(T picker)
Parameters
Type Name Description
T picker

Properties

| Improve this Doc View Source

CanBeExecuted

Declaration
public bool CanBeExecuted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Choose

Declaration
public ICommandWithoutParameter Choose { get; }
Property Value
Type Description
Neutronium.MVVMComponents.ICommandWithoutParameter
| Improve this Doc View Source

Picker

Declaration
public T Picker { get; }
Property Value
Type Description
T
| Improve this Doc View Source

Results

Declaration
public IObservable<string> Results { get; }
Property Value
Type Description
System.IObservable<System.String>

Implements

IChooserCommand<T>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX