C# Class Dev2.Core.Tests.Environments.TestEnvironmentRespository

Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
AddMockEnvironment ( IEnvironmentModel environmentToAdd ) : void
ReadSession ( ) : IList
TestEnvironmentRespository ( ) : System
TestEnvironmentRespository ( IEnvironmentModel source ) : System
WriteSession ( IEnumerable environmentGuids ) : void

Méthodes protégées

Méthode Description
AddInternal ( IEnvironmentModel environment ) : void
LoadInternal ( ) : void
RemoveInternal ( IEnvironmentModel environment ) : bool

Method Details

AddInternal() protected méthode

protected AddInternal ( IEnvironmentModel environment ) : void
environment IEnvironmentModel
Résultat void

AddMockEnvironment() public méthode

public AddMockEnvironment ( IEnvironmentModel environmentToAdd ) : void
environmentToAdd IEnvironmentModel
Résultat void

LoadInternal() protected méthode

protected LoadInternal ( ) : void
Résultat void

ReadSession() public méthode

public ReadSession ( ) : IList
Résultat IList

RemoveInternal() protected méthode

protected RemoveInternal ( IEnvironmentModel environment ) : bool
environment IEnvironmentModel
Résultat bool

TestEnvironmentRespository() public méthode

public TestEnvironmentRespository ( ) : System
Résultat System

TestEnvironmentRespository() public méthode

public TestEnvironmentRespository ( IEnvironmentModel source ) : System
source IEnvironmentModel
Résultat System

WriteSession() public méthode

public WriteSession ( IEnumerable environmentGuids ) : void
environmentGuids IEnumerable
Résultat void