Click or drag to resize

ObjectCollectionTObject Constructor

Create new ObjectList, which will be loaded from the default Data for the object type, filtered by the specified expression.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ObjectCollection(
	ObjectTransaction transaction,
	Expression<Func<TObject, bool>> filterExpression
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction used to load the objects.
filterExpression
Type: System.Linq.ExpressionsExpressionFuncTObject, Boolean
The filter expression to apply.
See Also