C# 클래스 Galen.Ci.EntityFramework.Configuration.DeploymentConfigurationXmlStore

상속: IDeploymentConfigurationStore
파일 보기 프로젝트 열기: GalenHealthcare/Galen.Ef.Deployer 1 사용 예제들

공개 메소드들

메소드 설명
DeploymentConfigurationXmlStore ( Stream stream ) : System
DeploymentConfigurationXmlStore ( string filePath ) : System
Load ( ) : DeploymentConfiguration
Save ( DeploymentConfiguration configuration ) : void

메소드 상세

DeploymentConfigurationXmlStore() 공개 메소드

public DeploymentConfigurationXmlStore ( Stream stream ) : System
stream Stream
리턴 System

DeploymentConfigurationXmlStore() 공개 메소드

public DeploymentConfigurationXmlStore ( string filePath ) : System
filePath string
리턴 System

Load() 공개 메소드

public Load ( ) : DeploymentConfiguration
리턴 DeploymentConfiguration

Save() 공개 메소드

public Save ( DeploymentConfiguration configuration ) : void
configuration DeploymentConfiguration
리턴 void