CompareToFieldSelectorComponent Methods |
The CompareToFieldSelectorComponent type exposes the following members.
Name | Description | |
---|---|---|
BindContext |
Binds contextual values from a PropertiesPanelComponentContext instance. The component cannot work in any other context.
(Overrides FormComponentBindContext(FormComponentContext).) | |
GetDisplayName |
Returns non-localized string representing component name.
Component Name is returned in case of empty Label.
(Inherited from FormComponent.) | |
GetModelPropertyCustomAttributesT |
Gets a collection of custom attributes applied to the model's property
this form component represents.
(Inherited from FormComponent.) | |
GetObjectValue |
Gets the value of the form component. The GetValue method can be used
directly to obtain the typed value.
(Inherited from FormComponentTProperties, TValue.) | |
GetSelectListItems |
Gets enumeration of available fields to populate the selector.
| |
GetValue |
Gets the selected field GUID, if any field is available for selection.
(Overrides FormComponentTProperties, TValueGetValue.) | |
LoadProperties |
Loads properties of the form component. The actual properties type must match the PropertiesType.
(Inherited from FormComponentTProperties, TValue.) | |
ModifyMetadata |
Modifies modelMetadata according to the current object.
(Inherited from FormComponent.) | |
SetObjectValue |
Sets the value of the form component.
The value must be of proper type or an exception is thrown.
The SetValue(TValue) method can be used directly to set the typed default value.
(Inherited from FormComponentTProperties, TValue.) | |
SetValue |
Sets the selected field GUID.
(Overrides FormComponentTProperties, TValueSetValue(TValue).) | |
Validate |
Determines whether the specified object is valid.
Only invoked if validation by validation attributes passes for all fields.
(Inherited from FormComponent.) |
Name | Description | |
---|---|---|
GetBizFormComponentContext |
Gets BizFormComponentContext of a form component, if such a context was bound to the component.
(Defined by FormComponentExtensions.) |