Class CollectionPropertyMap
Represents a collection property mapping in the Dynamic Data Store
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 11.20.7Syntax
public class CollectionPropertyMap : PropertyMap
Constructors
CollectionPropertyMap(CollectionPropertyMap)
Declaration
public CollectionPropertyMap(CollectionPropertyMap other)
Parameters
Type | Name | Description |
---|---|---|
Collection |
other |
CollectionPropertyMap(String, Type, Int32)
Declaration
public CollectionPropertyMap(string propertyName, Type collectionType, int version)
Parameters
Type | Name | Description |
---|---|---|
System. |
propertyName | |
System. |
collectionType | |
System. |
version |
Methods
Clone()
Declaration
public override PropertyMap Clone()
Returns
Type | Description |
---|---|
Property |