Click or drag to resize
CollectionPropertyWrapperObjectType Class
Wrapper that transforms the collection to values of its object properties
Inheritance Hierarchy
SystemObject
  CMS.DataEngineCollectionPropertyWrapper
    CMS.DataEngineCollectionPropertyWrapperObjectType
      CMS.PortalEngineCSSWrapper

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class CollectionPropertyWrapper<ObjectType> : CollectionPropertyWrapper, 
	IEnumerable<ObjectProperty>, IEnumerable, IIndexable<ObjectProperty>, 
	INameIndexable<ObjectProperty>, INameIndexable, IIndexable
where ObjectType : BaseInfo, IHierarchicalDataContainer

Type Parameters

ObjectType

The CollectionPropertyWrapperObjectType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCollection
Collection to wrap
Public propertyCount
Returns the number of items.
Public propertyItemInt32
Gets or sets the object on specific index.
Public propertyItemString
Returns the property of an object registered by the specific name.
Public propertyPropertyName
Property name to extract
Top
Methods
  NameDescription
Public methodGetEnumerator
Gets the enumerator for the collection.
Protected methodGetProperty
Gets the property value for the given object
Top
Extension Methods
See Also