Class CatalogDataTable
Partial class, adding missing methods for CatalogDataTable to avoid breaking changes.
Inheritance
System.Object
CatalogDataTable
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
[Obsolete("This class is no longer used. Will remain at least until December 2017.")]
public class CatalogDataTable : TypedTableBase<CatalogDto.CatalogRow>
Constructors
CatalogDataTable()
Declaration
public CatalogDataTable()
Methods
AddCatalogRow(String, DateTime, DateTime, String, String, String, Boolean, Boolean, DateTime, DateTime, String, String, Int32, Guid, String)
Declaration
public CatalogDto.CatalogRow AddCatalogRow(string Name, DateTime StartDate, DateTime EndDate, string DefaultCurrency, string WeightBase, string DefaultLanguage, bool IsPrimary, bool IsActive, DateTime Created, DateTime Modified, string CreatorId, string ModifierId, int SortOrder, Guid ApplicationId, string Owner)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name | |
System.DateTime | StartDate | |
System.DateTime | EndDate | |
System.String | DefaultCurrency | |
System.String | WeightBase | |
System.String | DefaultLanguage | |
System.Boolean | IsPrimary | |
System.Boolean | IsActive | |
System.DateTime | Created | |
System.DateTime | Modified | |
System.String | CreatorId | |
System.String | ModifierId | |
System.Int32 | SortOrder | |
System.Guid | ApplicationId | |
System.String | Owner |
Returns
Type | Description |
---|---|
CatalogDto.CatalogRow |