Click or drag to resize

EntityViewBaseTEntityInitClassCore Method

Inits the class.

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

Parameters

relatedCollection
Type: SD.LLBLGen.Pro.ORMSupportClassesCollectionCoreTEntity
The related collection.
filterToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to apply.
sorterToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter to apply.
dataChangeAction
Type: SD.LLBLGen.Pro.ORMSupportClassesPostCollectionChangeAction
The data change action.
See Also