Class XFilterProvider
Namespace: Ludiq
Syntax
public static class XFilterProvider
Methods
Filter(Object)
Declaration
public static IFilter Filter(this object target)
Parameters
| Type | Name | Description | 
|---|---|---|
| Object | target | 
Returns
| Type | Description | 
|---|---|
| IFilter | 
Filter<TFilter>(Object)
Declaration
public static TFilter Filter<TFilter>(this object target)
    where TFilter : IFilter
Parameters
| Type | Name | Description | 
|---|---|---|
| Object | target | 
Returns
| Type | Description | 
|---|---|
| TFilter | 
Type Parameters
| Name | Description | 
|---|---|
| TFilter |