C# 클래스 GuiComp.FileDocument

파일 보기 프로젝트 열기: ufasoft/coin

공개 프로퍼티들

프로퍼티 타입 설명
Dirty bool
DocumentData IDocumentData
FilePath string
Filter string
OwnerForm System.Windows.Forms.Form

공개 메소드들

메소드 설명
Close ( ) : bool
Open ( string fileName ) : bool
Save ( ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

Open() 공개 메소드

public Open ( string fileName ) : bool
fileName string
리턴 bool

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

프로퍼티 상세

Dirty 공개적으로 프로퍼티

public bool Dirty
리턴 bool

DocumentData 공개적으로 프로퍼티

public IDocumentData DocumentData
리턴 IDocumentData

FilePath 공개적으로 프로퍼티

public string FilePath
리턴 string

Filter 공개적으로 프로퍼티

public string Filter
리턴 string

OwnerForm 공개적으로 프로퍼티

public Form,System.Windows.Forms OwnerForm
리턴 System.Windows.Forms.Form