C# Class ATMLProject.model.TestProgramSet

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnAtmlFileSaved ( string fileName, byte content, AtmlFileType atmlFileType ) : void

Private Methods

Méthode Description
AddDocumentSuffix ( string documentName, AtmlFileType atmlDocNo ) : string
CleanTestSetName ( string testSetName ) : String
GetTestSetPath ( ) : string
ProcessFolderNode ( XmlElement root, String rootPathName ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CreateTestSet() public static méthode

public static CreateTestSet ( String testSetName ) : TestProgramSet
testSetName String
Résultat TestProgramSet

CreateTestSetArchive() public méthode

public CreateTestSetArchive ( String testSetName ) : void
testSetName String
Résultat void

DeleteTestSet() public static méthode

public static DeleteTestSet ( String testSetName ) : void
testSetName String
Résultat void

ExportTestSet() public static méthode

public static ExportTestSet ( ) : void
Résultat void

GetReaderDocument() public méthode

public GetReaderDocument ( string documentName ) : byte[]
documentName string
Résultat byte[]

HasReaderDocument() public méthode

public HasReaderDocument ( string documentName ) : System.Boolean
documentName string
Résultat System.Boolean

HasTestProgramSet() public static méthode

public static HasTestProgramSet ( string testSetName ) : bool
testSetName string
Résultat bool

ImportTestSet() public static méthode

public static ImportTestSet ( ) : void
Résultat void

LoadTreeView() public méthode

public LoadTreeView ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
Résultat void

OnAtmlFileSaved() protected méthode

protected OnAtmlFileSaved ( string fileName, byte content, AtmlFileType atmlFileType ) : void
fileName string
content byte
atmlFileType AtmlFileType
Résultat void

OpenTestSet() public static méthode

public static OpenTestSet ( String testSetName ) : TestProgramSet
testSetName String
Résultat TestProgramSet

RemoveATMLDocument() public méthode

public RemoveATMLDocument ( string documentName, AtmlFileType atmlDocNo ) : void
documentName string
atmlDocNo AtmlFileType
Résultat void

SaveATMLDocument() public méthode

public SaveATMLDocument ( string documentName, AtmlFileType atmlDocNo, byte contentBytes, bool forceOverWrite ) : void
documentName string
atmlDocNo AtmlFileType
contentBytes byte
forceOverWrite bool
Résultat void

SaveReaderATMLDocument() public méthode

public SaveReaderATMLDocument ( string documentName, byte contentBytes, bool forceOverWrite ) : void
documentName string
contentBytes byte
forceOverWrite bool
Résultat void

SaveReaderDocument() public méthode

public SaveReaderDocument ( string documentName, byte contentBytes ) : void
documentName string
contentBytes byte
Résultat void

SelectTestSet() public static méthode

public static SelectTestSet ( TestProgramSet &testSet ) : bool
testSet TestProgramSet
Résultat bool