London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PricingMappingMetaClass

Inheritance
System.Object
PricingMappingMetaClass
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: 13.30.0
Syntax
public class PricingMappingMetaClass : MappingMetaClass

Constructors

PricingMappingMetaClass(IPriceService, MetaDataContext)

Declaration
public PricingMappingMetaClass(IPriceService priceService, MetaDataContext context)
Parameters
Type Name Description
IPriceService priceService
MetaDataContext context

PricingMappingMetaClass(IPriceService, MetaDataContext, IMarketService)

Declaration
public PricingMappingMetaClass(IPriceService priceService, MetaDataContext context, IMarketService marketService)
Parameters
Type Name Description
IPriceService priceService
MetaDataContext context
IMarketService marketService

PricingMappingMetaClass(MetaDataContext)

Declaration
public PricingMappingMetaClass(MetaDataContext context)
Parameters
Type Name Description
MetaDataContext context

Properties

UserColumnInfos

Declaration
public override ColumnInfo[] UserColumnInfos { get; }
Property Value
Type Description
ColumnInfo[]
Overrides

Methods

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