Class PropertyMap
Represents a property mapping in the Dynamic Data Store
Inheritance
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public abstract class PropertyMap : Object
Constructors
PropertyMap(PropertyMap)
Declaration
protected PropertyMap(PropertyMap other)
Parameters
Type | Name | Description |
---|---|---|
Property |
other |
PropertyMap(String, Type, PropertyMapType, Int32)
Declaration
protected PropertyMap(string propertyName, Type propertyType, PropertyMapType mapType, int version)
Parameters
Type | Name | Description |
---|---|---|
System. |
propertyName | |
System. |
propertyType | |
Property |
mapType | |
System. |
version |
Properties
Active
A System.
Declaration
public bool Active { get; }
Property Value
Type | Description |
---|---|
System. |
PropertyMapType
The Property
Declaration
public PropertyMapType PropertyMapType { get; }
Property Value
Type | Description |
---|---|
Property |
PropertyName
The name of the property
Declaration
public string PropertyName { get; }
Property Value
Type | Description |
---|---|
System. |
PropertyType
The System.
Declaration
public Type PropertyType { get; }
Property Value
Type | Description |
---|---|
System. |
Version
The version number of the mapping
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Clone()
Clone the current object
Declaration
public abstract PropertyMap Clone()
Returns
Type | Description |
---|---|
Property |
A new Property |
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj | The System. |
Returns
Type | Description |
---|---|
System. |
true if the specified Object is equal to the current Object; otherwise, false. |
GetHashCode()
Serves as a hash function for a particular type
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
A hash code for the current object |