Habanero.BO.Loaders.XmlUIGridColumnLoader.LoadGridControlType C# (CSharp) Method

LoadGridControlType() private method

Loads the grid control type name from the reader. This method is called by LoadFromReader().
private LoadGridControlType ( ) : void
return void
        private void LoadGridControlType()
        {
              _assemblyName = _reader.GetAttribute("assembly");
              _className = _reader.GetAttribute("type");
        }