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

DeploymentConfigurationXmlStore() public method

public DeploymentConfigurationXmlStore ( Stream stream ) : System
stream Stream
return System
        public DeploymentConfigurationXmlStore(Stream stream)
        {
            m_Stream = stream;
        }

Same methods

DeploymentConfigurationXmlStore::DeploymentConfigurationXmlStore ( string filePath ) : System
DeploymentConfigurationXmlStore