Click or drag to resize
CollectionPropertyTransformationResultType Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public CollectionPropertyTransformation(
	InfoObjectCollection collection,
	Func<InfoObjectCollection, string, ResultType> transformation,
	Func<InfoObjectCollection, List<string>> propertiesTransformation
)

Parameters

collection
Type: CMS.DataEngineInfoObjectCollection
Parent collection
transformation
Type: SystemFuncInfoObjectCollection, String, ResultType
Transformation function
propertiesTransformation
Type: SystemFuncInfoObjectCollection, ListString
Transformation to get list of properties
See Also