Habanero.BO.Loaders.XmlUIGridColumnLoader.Create C# (CSharp) Méthode

Create() protected méthode

Creates a grid property definition from the data already loaded
protected Create ( ) : object
Résultat object
        protected override object Create()
        {
			return _defClassFactory.CreateUIGridProperty(_heading, _propertyName,
                _className ,_assemblyName, _editable, _width, _alignment, _propertyAttributes);
        }