C# Class csCommon.Views.Dialogs.SaveSupportedFileDialog

显示文件 Open project: TNOCS/csTouch

Public Methods

Method Description
BrowseAndSaveFile ( PoiService content, bool saveMetaData = true, Window owner = null, IEnumerable excludedExtensions = null, string nameFormatString = "" ) : IOResult
BrowseFile ( PoiService content = null, Window owner = null, IEnumerable excludedExtensions = null ) : IOResult

Method Details

BrowseAndSaveFile() public static method

public static BrowseAndSaveFile ( PoiService content, bool saveMetaData = true, Window owner = null, IEnumerable excludedExtensions = null, string nameFormatString = "" ) : IOResult
content PoiService
saveMetaData bool
owner System.Windows.Window
excludedExtensions IEnumerable
nameFormatString string
return IOResult

BrowseFile() public static method

public static BrowseFile ( PoiService content = null, Window owner = null, IEnumerable excludedExtensions = null ) : IOResult
content PoiService
owner System.Windows.Window
excludedExtensions IEnumerable
return IOResult