Click or drag to resize

EntityViewBase<TEntity>.InitClassCore Method

Inits the class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected void InitClassCore(
	CollectionCore<TEntity> relatedCollection,
	IPredicate filterToApply,
	ISortExpression sorterToApply,
	PostCollectionChangeAction dataChangeAction
)

Parameters

relatedCollection
Type: SD.LLBLGen.Pro.ORMSupportClasses.CollectionCore<TEntity>
The related collection.
filterToApply
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
The filter to apply.
sorterToApply
Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression
The sorter to apply.
dataChangeAction
Type: SD.LLBLGen.Pro.ORMSupportClasses.PostCollectionChangeAction
The data change action.
See Also