Class InlinePropertyMap
Represents a inline property to column 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 InlinePropertyMap : PropertyMap
Constructors
InlinePropertyMap(InlinePropertyMap)
Declaration
protected InlinePropertyMap(InlinePropertyMap other)
Parameters
Type | Name | Description |
---|---|---|
InlinePropertyMap | other |
InlinePropertyMap(String, Type, Int32, String, String, Int32)
Declaration
public InlinePropertyMap(string propertyName, Type propertyType, int version, string columnName, string tableName, int rowIndex)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
System.Type | propertyType | |
System.Int32 | version | |
System.String | columnName | |
System.String | tableName | |
System.Int32 | rowIndex |
Properties
ColumnInfo
The ColumnInformation for the property
Declaration
public ColumnInformation ColumnInfo { get; }
Property Value
Type | Description |
---|---|
ColumnInformation |
RowIndex
The row index for the property
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Clone()
Declaration
public override PropertyMap Clone()
Returns
Type | Description |
---|---|
PropertyMap |
Overrides
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |