Class EntryRelationMappingMetaClass
Summary description for SkuMappingMetaClass.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.CSVImport
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class EntryRelationMappingMetaClass : MappingMetaClass
Constructors
EntryRelationMappingMetaClass(MetaDataContext, Int32)
Initializes a new instance of the EntryRelationMappingMetaClass class.
Declaration
public EntryRelationMappingMetaClass(MetaDataContext context, int CatalogId)
Parameters
Type | Name | Description |
---|---|---|
MetaDataContext | context | The context. |
System.Int32 | CatalogId | The catalog id. |
EntryRelationMappingMetaClass(MetaDataContext, Int32, Int32)
Initializes a new instance of the EntryRelationMappingMetaClass class.
Declaration
public EntryRelationMappingMetaClass(MetaDataContext context, int metaClassId, int CatalogId)
Parameters
Type | Name | Description |
---|---|---|
MetaDataContext | context | The context. |
System.Int32 | metaClassId | The meta class id. |
System.Int32 | CatalogId | The catalog id. |
EntryRelationMappingMetaClass(MetaDataContext, String, Int32)
Initializes a new instance of the EntryRelationMappingMetaClass class.
Declaration
public EntryRelationMappingMetaClass(MetaDataContext context, string metaClassName, int CatalogId)
Parameters
Type | Name | Description |
---|---|---|
MetaDataContext | context | The context. |
System.String | metaClassName | Name of the meta class. |
System.Int32 | CatalogId | The catalog id. |
Methods
ConvertToDictionary(Object, MetaDataType, String, Int32, out MDPImportWarning[])
Converts to dictionary.
Declaration
protected override object ConvertToDictionary(object value, MetaDataType DestType, string DestFieldName, int RowIndex, out MDPImportWarning[] warnings)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value. |
MetaDataType | DestType | Type of the dest. |
System.String | DestFieldName | Name of the dest field. |
System.Int32 | RowIndex | Index of the row. |
MDPImportWarning[] | warnings | The warnings. |
Returns
Type | Description |
---|---|
System.Object |
Overrides
ConvertToFile(Object, MetaDataType, String, Int32, out MDPImportWarning[])
Converts to file.
Declaration
protected override object ConvertToFile(object value, MetaDataType Dest, string DestFieldName, int RowIndex, out MDPImportWarning[] warnings)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value. |
MetaDataType | Dest | The dest. |
System.String | DestFieldName | Name of the dest field. |
System.Int32 | RowIndex | Index of the row. |
MDPImportWarning[] | warnings | The warnings. |
Returns
Type | Description |
---|---|
System.Object |
Overrides
CreateSystemRow(FillDataMode, Int32, ArrayList, Object[])
Creates the system row.
Declaration
protected override int CreateSystemRow(FillDataMode Mode, int RowIndex, ArrayList warningList, params object[] Item)
Parameters
Type | Name | Description |
---|---|---|
FillDataMode | Mode | The mode. |
System.Int32 | RowIndex | Index of the row. |
System.Collections.ArrayList | warningList | The warning list. |
System.Object[] | Item | The item. |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
FillSystemColumnInfo(ArrayList)
Fills the system column info.
Declaration
protected override void FillSystemColumnInfo(ArrayList array)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.ArrayList | array | The array. |
Overrides
FillUserColumnInfo(ArrayList)
Declaration
protected override void FillUserColumnInfo(ArrayList array)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.ArrayList | array |