Galen.Ci.EntityFramework.Configuration.DeploymentConfigurationXmlStore.DeploymentConfigurationXmlStore C# (CSharp) Method

DeploymentConfigurationXmlStore() public method

public DeploymentConfigurationXmlStore ( string filePath ) : System
filePath string
return System
        public DeploymentConfigurationXmlStore(string filePath)
        {
            m_FilePath = filePath;
        }

Same methods

DeploymentConfigurationXmlStore::DeploymentConfigurationXmlStore ( Stream stream ) : System
DeploymentConfigurationXmlStore