C# Class Forseti.Suites.Description

Inheritance: IComparable
Afficher le fichier Open project: dolittle/Forseti Class Usage Examples

Méthodes publiques

Méthode Description
AddCase ( Case @case ) : void
AddContext ( IFile context ) : void
CompareTo ( object obj ) : int
Description ( IFile file ) : System.Collections.Generic
Equals ( object obj ) : bool
RemoveContext ( IFile context ) : void
ResetCasesForReporting ( ) : void

Method Details

AddCase() public méthode

public AddCase ( Case @case ) : void
@case Case
Résultat void

AddContext() public méthode

public AddContext ( IFile context ) : void
context IFile
Résultat void

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Description() public méthode

public Description ( IFile file ) : System.Collections.Generic
file IFile
Résultat System.Collections.Generic

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

RemoveContext() public méthode

public RemoveContext ( IFile context ) : void
context IFile
Résultat void

ResetCasesForReporting() public méthode

public ResetCasesForReporting ( ) : void
Résultat void