Collection of PropertyData objects.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[SerializableAttribute] public class PropertyDataCollection : NameObjectCollectionBase, IReadOnly<PropertyDataCollection>, IReadOnly, IEnumerable<PropertyData>, IEnumerable |
Remarks
Notes to inheritors If you override the indexers of this class, make sure that the Count property and Exists method match your implementation since they are used to indicate the boundaries of the collection.
Inheritance Hierarchy
System..::.Object
System.Collections.Specialized..::.NameObjectCollectionBase
EPiServer.Core..::.PropertyDataCollection
System.Collections.Specialized..::.NameObjectCollectionBase
EPiServer.Core..::.PropertyDataCollection