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