C# Class Galen.Ci.EntityFramework.Configuration.DeploymentConfigurationXmlStore

Inheritance: IDeploymentConfigurationStore
Afficher le fichier Open project: GalenHealthcare/Galen.Ef.Deployer Class Usage Examples

Méthodes publiques

Méthode Description
DeploymentConfigurationXmlStore ( Stream stream ) : System
DeploymentConfigurationXmlStore ( string filePath ) : System
Load ( ) : DeploymentConfiguration
Save ( DeploymentConfiguration configuration ) : void

Method Details

DeploymentConfigurationXmlStore() public méthode

public DeploymentConfigurationXmlStore ( Stream stream ) : System
stream Stream
Résultat System

DeploymentConfigurationXmlStore() public méthode

public DeploymentConfigurationXmlStore ( string filePath ) : System
filePath string
Résultat System

Load() public méthode

public Load ( ) : DeploymentConfiguration
Résultat DeploymentConfiguration

Save() public méthode

public Save ( DeploymentConfiguration configuration ) : void
configuration DeploymentConfiguration
Résultat void