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 |
---|---|---|
Inline |
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. |
propertyName | |
System. |
propertyType | |
System. |
version | |
System. |
columnName | |
System. |
tableName | |
System. |
rowIndex |
Properties
ColumnInfo
The Column
Declaration
public ColumnInformation ColumnInfo { get; }
Property Value
Type | Description |
---|---|
Column |
RowIndex
The row index for the property
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Clone()
Declaration
public override PropertyMap Clone()
Returns
Type | Description |
---|---|
Property |
Overrides
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj |
Returns
Type | Description |
---|---|
System. |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |