Class EntityTypeFilter

Represents a filter based on EntityType

Inheritance
EntityTypeFilter
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)

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next