Class OrderDataSource

Implements the operations for the order data source.

Inheritance
System.Object
OrderDataSource
Namespace: Mediachase.Commerce.Orders.DataSources
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class OrderDataSource : DataSourceControl

Constructors

OrderDataSource()

Declaration
public OrderDataSource()

Properties

CreatedFrom

Gets or sets the CreatedFrom date.

Declaration
public DateTime? CreatedFrom { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

CreatedTo

Gets or sets the CreatedTo date.

Declaration
public DateTime? CreatedTo { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

MarketId

Gets or sets the Market Id.

Declaration
public string MarketId { get; set; }
Property Value
Type Description
System.String

Options

Gets or sets the options.

Declaration
public OrderSearchOptions Options { get; }
Property Value
Type Description
OrderSearchOptions

The options.

Parameters

Gets or sets the parameters.

Declaration
public OrderSearchParameters Parameters { get; }
Property Value
Type Description
OrderSearchParameters

The parameters.

RMANumber

Gets or sets the RMA number.

Declaration
public string RMANumber { get; set; }
Property Value
Type Description
System.String

Methods

GetView(String)

Gets the named data source view associated with the data source control.

Declaration
protected override DataSourceView GetView(string viewName)
Parameters
Type Name Description
System.String viewName

The name of the view to retrieve.

Returns
Type Description
System.Web.UI.DataSourceView

Returns the named System.Web.UI.DataSourceView associated with the System.Web.UI.IDataSource.

GetViewNames()

Gets a collection of names representing the list of view objects associated with the System.Web.UI.IDataSource interface.

Declaration
protected override ICollection GetViewNames()
Returns
Type Description
System.Collections.ICollection

An System.Collections.ICollection that contains the names of the views associated with the System.Web.UI.IDataSource.