메소드 | 설명 | |
---|---|---|
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 |
public MockDocumentType ( string description, string fileExtension ) : System | ||
description | string | |
fileExtension | string | |
리턴 | System |
protected SaveCore ( IDocument document, string fileName ) : void | ||
document | IDocument | |
fileName | string | |
리턴 | void |