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