C# Класс ATMLProject.model.TestProgramSet

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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