Interface IUIValueEnumBindable
public interface IUIValueEnumBindable : IUIValueBindable
- Inherited Members
- Extension Methods
Methods
BindValue(IProperty, IEnumerable<string>)
void BindValue(IProperty valueEnumProperty, IEnumerable<string> enumValues)
Parameters
valueEnumPropertyIPropertyenumValuesIEnumerable<string>
BindValue(IProperty, Type)
void BindValue(IProperty valueEnumProperty, Type enumType)
Parameters
SetMappedEnum(Type, bool)
void SetMappedEnum(Type enumType, bool shouldRedraw = true)
Parameters
SetMappedEnumValues(IEnumerable<string>, bool)
void SetMappedEnumValues(IEnumerable<string> enumValues, bool shouldRedraw = true)
Parameters
enumValuesIEnumerable<string>shouldRedrawbool