Class ProviderPropertyMap
Inheritance
System.Object
ProviderPropertyMap
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public class ProviderPropertyMap : PropertyMap
Constructors
ProviderPropertyMap(ProviderPropertyMap)
Declaration
public ProviderPropertyMap(ProviderPropertyMap other)
Parameters
ProviderPropertyMap(String, Type, Int32)
Declaration
public ProviderPropertyMap(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
Overrides
Extension Methods