Class AssetMapping
Inheritance
System.Object
AssetMapping
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.Assets.Import
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class AssetMapping
Constructors
AssetMapping(String, String)
Declaration
public AssetMapping(string productCode, string assetName)
Parameters
Type | Name | Description |
---|---|---|
System.String | productCode | |
System.String | assetName |
AssetMapping(String, String, Int32, Boolean)
Declaration
public AssetMapping(string productCode, string assetName, int softOrder, bool isProduct)
Parameters
Type | Name | Description |
---|---|---|
System.String | productCode | |
System.String | assetName | |
System.Int32 | softOrder | |
System.Boolean | isProduct |
Properties
AssetKey
Declaration
public string AssetKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AssetName
Declaration
public string AssetName { get; }
Property Value
Type | Description |
---|---|
System.String |
IsProduct
Declaration
public bool IsProduct { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProductCode
Declaration
public string ProductCode { get; }
Property Value
Type | Description |
---|---|
System.String |
SoftOrder
Declaration
public int SoftOrder { get; }
Property Value
Type | Description |
---|---|
System.Int32 |