C# 클래스 Test.Writer.Applications.Documents.MockDocumentType

상속: Waf.Writer.Applications.Documents.DocumentType
파일 보기 프로젝트 열기: jbe2277/waf 1 사용 예제들

공개 메소드들

메소드 설명
CanNew ( ) : bool
CanOpen ( ) : bool
CanSave ( IDocument document ) : bool
Clear ( ) : void
MockDocumentType ( string description, string fileExtension ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckThrowException ( ) : void

메소드 상세

CanNew() 공개 메소드

public CanNew ( ) : bool
리턴 bool

CanOpen() 공개 메소드

public CanOpen ( ) : bool
리턴 bool

CanSave() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

MockDocumentType() 공개 메소드

public MockDocumentType ( string description, string fileExtension ) : System
description string
fileExtension string
리턴 System

NewCore() 보호된 메소드

protected NewCore ( ) : IDocument
리턴 IDocument

OpenCore() 보호된 메소드

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

SaveCore() 보호된 메소드

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