Show / Hide Table of Contents

Interface IChooserCommand<T>

Helper to create a command from IFilePicker or IFolderPicker

Namespace: Neutronium.BuildingBlocks.ApplicationTools
Assembly: Neutronium.BuildingBlocks.ApplicationTools.dll
Syntax
public interface IChooserCommand<out T>
    where T : IIODialog
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

CanBeExecuted

CanBeExecuted

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

Choose

Picker exposed as command.

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

Picker

File or Folder picker instance

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

Results

Results as observable

Declaration
IObservable<string> Results { get; }
Property Value
Type Description
System.IObservable<System.String>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX