Class FilterDescriptorFactory
Creates a list of filter descriptors based on the provided string representation
Inheritance
System.Object
FilterDescriptorFactory
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public static class FilterDescriptorFactory : Object
Methods
Create(String)
Declaration
public static IList<IFilterDescriptor> Create(string input)
Parameters
System.String
input
|
Returns
System.Collections.Generic.IList<IFilterDescriptor>
|