Class CollectionPropertyMap
Represents a collection property mapping in the Dynamic Data Store
Inheritance
System.Object
CollectionPropertyMap
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public class CollectionPropertyMap : PropertyMap
Constructors
CollectionPropertyMap(CollectionPropertyMap)
Declaration
public CollectionPropertyMap(CollectionPropertyMap other)
Parameters
CollectionPropertyMap(String, Type, Int32)
Declaration
public CollectionPropertyMap(string propertyName, Type collectionType, int version)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.Type |
collectionType |
|
System.Int32 |
version |
|
Methods
Clone()
Declaration
public override PropertyMap Clone()
Returns
Overrides
Extension Methods