Class LineElementFabricationFilter
Represents a filter based on MemberFabrication
Implements
Inherited Members
Namespace: TSD.API.Remoting.Filtering
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class LineElementFabricationFilter : EnumFilter<MemberFabrication>, ILineElementFabricationFilter, IEnumFilter<MemberFabrication>, ILineElementFilter, IEntityFilter
Methods
| Name | Description |
|---|---|
| FilterOut(Func<MemberFabrication, bool>) | Creates a new filter that will filter out the given values (and keep the rest) |
| FilterOut(params MemberFabrication[]) | Creates a new filter that will filter out the given values (and keep the rest) |
| Keep(Func<MemberFabrication, bool>) | Creates a new filter that will keep the given values (and filter out the rest) |
| Keep(params MemberFabrication[]) | Creates a new filter that will keep the given values (and filter out the rest) |