Habanero.Faces.Base.CollectionComboBoxMapper.DoUpdateControlValueFromBO C# (CSharp) Method

DoUpdateControlValueFromBO() private method

This is a hack that allows Extended Combo box mapper to use Collection ComboBox mapper code without having to inherit from it.
private DoUpdateControlValueFromBO ( ) : void
return void
        internal void DoUpdateControlValueFromBO()
        {
            this.InternalUpdateControlValueFromBo();
        }