C# 클래스 Waf.Writer.Applications.Documents.DocumentType

상속: System.Waf.Foundation.Model, IDocumentType
파일 보기 프로젝트 열기: jbe2277/waf 1 사용 예제들

공개 메소드들

메소드 설명
CanNew ( ) : bool
CanOpen ( ) : bool
CanSave ( IDocument document ) : bool
New ( ) : IDocument
Open ( string fileName ) : IDocument
Save ( IDocument document, string fileName ) : void

보호된 메소드들

메소드 설명
DocumentType ( string description, string fileExtension ) : System
NewCore ( ) : IDocument
OpenCore ( string fileName ) : IDocument
SaveCore ( IDocument document, string fileName ) : void

메소드 상세

CanNew() 공개 메소드

public CanNew ( ) : bool
리턴 bool

CanOpen() 공개 메소드

public CanOpen ( ) : bool
리턴 bool

CanSave() 공개 메소드

public CanSave ( IDocument document ) : bool
document IDocument
리턴 bool

DocumentType() 보호된 메소드

protected DocumentType ( string description, string fileExtension ) : System
description string
fileExtension string
리턴 System

New() 공개 메소드

public New ( ) : IDocument
리턴 IDocument

NewCore() 보호된 메소드

protected NewCore ( ) : IDocument
리턴 IDocument

Open() 공개 메소드

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

OpenCore() 보호된 메소드

protected OpenCore ( string fileName ) : IDocument
fileName string
리턴 IDocument

Save() 공개 메소드

public Save ( IDocument document, string fileName ) : void
document IDocument
fileName string
리턴 void

SaveCore() 보호된 메소드

protected SaveCore ( IDocument document, string fileName ) : void
document IDocument
fileName string
리턴 void