C# Класс csCommon.Views.Dialogs.SaveSupportedFileDialog

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BrowseAndSaveFile() публичный статический Метод

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
Результат IOResult

BrowseFile() публичный статический Метод

public static BrowseFile ( PoiService content = null, Window owner = null, IEnumerable excludedExtensions = null ) : IOResult
content PoiService
owner System.Windows.Window
excludedExtensions IEnumerable
Результат IOResult