Class ReferencePropertyMap
Represents a reference 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 ReferencePropertyMap : PropertyMapConstructors
ReferencePropertyMap(ReferencePropertyMap)
Declaration
public ReferencePropertyMap(ReferencePropertyMap other)Parameters
| Type | Name | Description | 
|---|---|---|
| ReferencePropertyMap | other | 
ReferencePropertyMap(String, Type, Int32)
Declaration
public ReferencePropertyMap(string propertyName, Type propertyType, int version)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | propertyName | |
| System.Type | propertyType | |
| System.Int32 | version | 
Properties
RuntimeStoreName
Declaration
public string RuntimeStoreName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Clone()
Declaration
public override PropertyMap Clone()Returns
| Type | Description | 
|---|---|
| PropertyMap | 
