C# 클래스 csCommon.Views.Dialogs.SaveSupportedFileDialog

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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