Habanero.Faces.Win.EditableGridControlWin.SetBusinessObjectCollection C# (CSharp) Method

SetBusinessObjectCollection() public method

Sets the business object collection to display. Loading of the collection needs to be done before it is assigned to the grid. This method assumes a default UI definition is to be used, that is a 'ui' element without a 'name' attribute.
public SetBusinessObjectCollection ( IBusinessObjectCollection boCollection ) : void
boCollection IBusinessObjectCollection The new business object collection /// to be shown in the grid
return void
        public void SetBusinessObjectCollection(IBusinessObjectCollection boCollection)
        {
            _editableGridManager.SetBusinessObjectCollection(boCollection);
        }