FieldExtensions Class

Provides extension methods for the Field and FieldSetting model classes.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static class FieldExtensions
Inheritance
Object    FieldExtensions

Methods

GetAliasName(Field) Gets the alias or name of the Field.
GetAliasName(FieldSetting) Gets the alias or name of the FieldSetting.
GetMappingAlias(Field, Boolean) Gets the alias for the map
GetMappingAlias(FieldSetting, Boolean) Gets the alias for the map.
GetMappingAlias(String, Boolean) Gets the alias for the map.
GetMappingName Gets the mapping name of the field that can be mapped to the data source.
MergeVisibleSettings Gets a new list of all the items contained in IList<FieldSetting> with the settings for the indicated visible fields.
ToFields Gets a new list of Field elements contained in IEnumerableFieldSetting>.
ToFieldsSetting Converts the field settings from the GridField model to the FieldSetting model.
ToGridFields Converts the field settings from the FieldSetting model to the GridField model.

See Also