Habanero.Faces.Base.CollectionComboBoxMapper.DoUpdateControlValueFromBO C# (CSharp) 메소드

DoUpdateControlValueFromBO() 개인적인 메소드

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
리턴 void
        internal void DoUpdateControlValueFromBO()
        {
            this.InternalUpdateControlValueFromBo();
        }