C# Class csCommon.Views.Dialogs.OpenSupportedFileDialog

Show file Open project: TNOCS/csTouch

Public Methods

Method Description
BrowseAndOpenFile ( FileLocation &file, Window owner = null, IEnumerable excludedExtensions = null ) : IOResult
BrowseFile ( Window owner = null, IEnumerable excludedExtensions = null ) : FileLocation
BrowseFiles ( Window owner = null, IEnumerable excludedExtensions = null ) : IEnumerable

Private Methods

Method Description
Browse ( Window owner, bool multiSelect, IEnumerable excludedExtensions ) : Microsoft.Win32.OpenFileDialog

Method Details

BrowseAndOpenFile() public static method

public static BrowseAndOpenFile ( FileLocation &file, Window owner = null, IEnumerable excludedExtensions = null ) : IOResult
file csCommon.Utils.IO.FileLocation
owner System.Windows.Window
excludedExtensions IEnumerable
return IOResult

BrowseFile() public static method

public static BrowseFile ( Window owner = null, IEnumerable excludedExtensions = null ) : FileLocation
owner System.Windows.Window
excludedExtensions IEnumerable
return csCommon.Utils.IO.FileLocation

BrowseFiles() public static method

public static BrowseFiles ( Window owner = null, IEnumerable excludedExtensions = null ) : IEnumerable
owner System.Windows.Window
excludedExtensions IEnumerable
return IEnumerable