Click or drag to resize
CollectionPropertyTransformationResultType Class
Property transformation for a collection. Enumerates the properties of the collection objects and does transformation according to that property.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineCollectionPropertyTransformationResultType

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class CollectionPropertyTransformation<ResultType> : IHierarchicalObject, 
	INameIndexable

Type Parameters

ResultType

The CollectionPropertyTransformationResultType type exposes the following members.

Constructors
Fields
  NameDescription
Protected fieldmCachedResults
Cached results of the transformation
Top
Properties
  NameDescription
Public propertyCacheResults
If true, the results of the transformation are cached
Public propertyCaseSensitive
If true, the transformation is case sensitive (default is case insensitive)
Public propertyItem
Interface to access collections through string indexers by name
Public propertyParentCollection
Parent collection
Public propertyProperties
Properties of the object available through GetProperty.
Protected propertyPropertiesTransformation
Transformation function for list of properties
Protected propertyTransformation
Transformation function
Top
Methods
  NameDescription
Public methodGetProperty
Returns property with given name (either object or property value).
Public methodTryGetProperty
Returns property with given name (either object or property value).
Top
See Also