C# 클래스 ATMLProject.model.TestProgramSet

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
CreateTestSet ( String testSetName ) : TestProgramSet
CreateTestSetArchive ( String testSetName ) : void
DeleteTestSet ( String testSetName ) : void
ExportTestSet ( ) : void
GetReaderDocument ( string documentName ) : byte[]
HasReaderDocument ( string documentName ) : System.Boolean
HasTestProgramSet ( string testSetName ) : bool
ImportTestSet ( ) : void
LoadTreeView ( TreeView treeView ) : void
OpenTestSet ( String testSetName ) : TestProgramSet
RemoveATMLDocument ( string documentName, AtmlFileType atmlDocNo ) : void
SaveATMLDocument ( string documentName, AtmlFileType atmlDocNo, byte contentBytes, bool forceOverWrite ) : void
SaveReaderATMLDocument ( string documentName, byte contentBytes, bool forceOverWrite ) : void
SaveReaderDocument ( string documentName, byte contentBytes ) : void
SelectTestSet ( TestProgramSet &testSet ) : bool

보호된 메소드들

메소드 설명
OnAtmlFileSaved ( string fileName, byte content, AtmlFileType atmlFileType ) : void

비공개 메소드들

메소드 설명
AddDocumentSuffix ( string documentName, AtmlFileType atmlDocNo ) : string
CleanTestSetName ( string testSetName ) : String
GetTestSetPath ( ) : string
ProcessFolderNode ( XmlElement root, String rootPathName ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateTestSet() 공개 정적인 메소드

public static CreateTestSet ( String testSetName ) : TestProgramSet
testSetName String
리턴 TestProgramSet

CreateTestSetArchive() 공개 메소드

public CreateTestSetArchive ( String testSetName ) : void
testSetName String
리턴 void

DeleteTestSet() 공개 정적인 메소드

public static DeleteTestSet ( String testSetName ) : void
testSetName String
리턴 void

ExportTestSet() 공개 정적인 메소드

public static ExportTestSet ( ) : void
리턴 void

GetReaderDocument() 공개 메소드

public GetReaderDocument ( string documentName ) : byte[]
documentName string
리턴 byte[]

HasReaderDocument() 공개 메소드

public HasReaderDocument ( string documentName ) : System.Boolean
documentName string
리턴 System.Boolean

HasTestProgramSet() 공개 정적인 메소드

public static HasTestProgramSet ( string testSetName ) : bool
testSetName string
리턴 bool

ImportTestSet() 공개 정적인 메소드

public static ImportTestSet ( ) : void
리턴 void

LoadTreeView() 공개 메소드

public LoadTreeView ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
리턴 void

OnAtmlFileSaved() 보호된 메소드

protected OnAtmlFileSaved ( string fileName, byte content, AtmlFileType atmlFileType ) : void
fileName string
content byte
atmlFileType AtmlFileType
리턴 void

OpenTestSet() 공개 정적인 메소드

public static OpenTestSet ( String testSetName ) : TestProgramSet
testSetName String
리턴 TestProgramSet

RemoveATMLDocument() 공개 메소드

public RemoveATMLDocument ( string documentName, AtmlFileType atmlDocNo ) : void
documentName string
atmlDocNo AtmlFileType
리턴 void

SaveATMLDocument() 공개 메소드

public SaveATMLDocument ( string documentName, AtmlFileType atmlDocNo, byte contentBytes, bool forceOverWrite ) : void
documentName string
atmlDocNo AtmlFileType
contentBytes byte
forceOverWrite bool
리턴 void

SaveReaderATMLDocument() 공개 메소드

public SaveReaderATMLDocument ( string documentName, byte contentBytes, bool forceOverWrite ) : void
documentName string
contentBytes byte
forceOverWrite bool
리턴 void

SaveReaderDocument() 공개 메소드

public SaveReaderDocument ( string documentName, byte contentBytes ) : void
documentName string
contentBytes byte
리턴 void

SelectTestSet() 공개 정적인 메소드

public static SelectTestSet ( TestProgramSet &testSet ) : bool
testSet TestProgramSet
리턴 bool