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