Class LineElementConstructionFilter

Represents a filter based on MemberConstruction

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

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