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