BExIS.Ddm.Providers.DummyProvider.Helpers.Helpers.Search.PropertyBuilder.LoadXml C# (CSharp) Method

LoadXml() private method

Load current static configuration NewProperties.xml document
private LoadXml ( ) : void
return void
        private void LoadXml()
        {
            _xmlReader = XmlReader.Create(AppConfiguration.GetModuleWorkspacePath("DDM") + "/DummyData/NewProperties.xml");
            _source.Load(_xmlReader);
        }