Method Keep

Keep(params MemberFabrication[])

Creates a new filter that will keep the given values (and filter out the rest)

Declaration
public static ILineElementFabricationFilter Keep(params MemberFabrication[] values)
Parameters
Type Name Description
MemberFabrication[] values

The values to keep

Returns
Type Description
ILineElementFabricationFilter

A new entity construction filter

Keep(Func<MemberFabrication, bool>)

Creates a new filter that will keep the given values (and filter out the rest)

Declaration
public static ILineElementFabricationFilter Keep(Func<MemberFabrication, bool> predicate)
Parameters
Type Name Description
Func<MemberFabrication, bool> predicate

The function to obtain the included (resp. excluded) values

Returns
Type Description
ILineElementFabricationFilter

A new entity construction filter

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