Class 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: 10.8.0Syntax
public class PricingMappingMetaClass : MappingMetaClass
Constructors
PricingMappingMetaClass(IPriceService, MetaDataContext, Guid)
Declaration
public PricingMappingMetaClass(IPriceService priceService, MetaDataContext context, Guid applicationId)
Parameters
Type | Name | Description |
---|---|---|
IPriceService | priceService | |
MetaDataContext | context | |
System.Guid | applicationId |
PricingMappingMetaClass(IPriceService, MetaDataContext, Guid, IMarketService)
Declaration
public PricingMappingMetaClass(IPriceService priceService, MetaDataContext context, Guid applicationId, IMarketService marketService)
Parameters
Type | Name | Description |
---|---|---|
IPriceService | priceService | |
MetaDataContext | context | |
System.Guid | applicationId | |
IMarketService | marketService |
PricingMappingMetaClass(MetaDataContext, Guid)
Initializes a new instance of the PricingMappingMetaClass class.
Declaration
public PricingMappingMetaClass(MetaDataContext context, Guid applicationId)
Parameters
Type | Name | Description |
---|---|---|
MetaDataContext | context | The context. |
System.Guid | applicationId | The application id. |
Properties
ApplicationId
Declaration
public Guid ApplicationId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
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. |