Galen.Ci.EntityFramework.Configuration.DeploymentConfigurationXmlStore.DeploymentConfigurationXmlStore C# (CSharp) 메소드

DeploymentConfigurationXmlStore() 공개 메소드

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

Same methods

DeploymentConfigurationXmlStore::DeploymentConfigurationXmlStore ( Stream stream ) : System
DeploymentConfigurationXmlStore