Extensions for the filter descriptors
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
C#
public static class FilterDescriptorExtensions
Inheritance: objectFilterDescriptorExtensions
Methods
Returns all the filter descriptors incluiding the child items
C#
public static IEnumerable<FilterDescriptor> SelectMemberDescriptors(this IEnumerable<IFilterDescriptor> descriptors)
Sets the member type on the filter descriptor based on the provided type
C#
public static void SetMemberTypeFrom(this FilterDescriptor descriptor, object item)
Sets the member type on each filter descriptor based on the provided type, and returns the updated collection
C#
public static IEnumerable<IFilterDescriptor> SetMemberTypeFrom(this IEnumerable<IFilterDescriptor> descriptors, object item)