Class OrderDataSource.OrderDataSourceView
Implements operations for the order data source view and inherits the System.
Inheritance
Namespace: Mediachase.Commerce.Orders.DataSources
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public class OrderDataSourceView : DataSourceView
Constructors
OrderDataSourceView(IDataSource, String)
Initializes a new instance of the Order
Declaration
public OrderDataSourceView(IDataSource owner, string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
owner | The owner. |
System. |
name | The name. |
Fields
CartsViewName
Represents the carts view name.
Declaration
public const string CartsViewName = "Carts"
Field Value
Type | Description |
---|---|
System. |
PaymentPlansViewName
Represents the payment plans view name.
Declaration
public const string PaymentPlansViewName = "PaymentPlans"
Field Value
Type | Description |
---|---|
System. |
PurchaseOrdersViewName
Represents the purchase orders view name.
Declaration
public const string PurchaseOrdersViewName = "PurchaseOrders"
Field Value
Type | Description |
---|---|
System. |
Properties
CanDelete
Gets a value indicating whether the System.
Declaration
public override bool CanDelete { get; }
Property Value
Type | Description |
---|---|
System. |
CanInsert
Gets a value indicating whether the System.
Declaration
public override bool CanInsert { get; }
Property Value
Type | Description |
---|---|
System. |
CanPage
Gets a value indicating whether the System.
Declaration
public override bool CanPage { get; }
Property Value
Type | Description |
---|---|
System. |
CanRetrieveTotalRowCount
Gets a value indicating whether the System.
Declaration
public override bool CanRetrieveTotalRowCount { get; }
Property Value
Type | Description |
---|---|
System. |
CanUpdate
Gets a value indicating whether the System.
Declaration
public override bool CanUpdate { get; }
Property Value
Type | Description |
---|---|
System. |
CreatedFrom
Gets or sets the CreatedFrom date.
Declaration
public DateTime? CreatedFrom { get; set; }
Property Value
Type | Description |
---|---|
System. |
CreatedTo
Gets or sets the CreateTo date.
Declaration
public DateTime? CreatedTo { get; set; }
Property Value
Type | Description |
---|---|
System. |
MarketId
Gets or sets the Market Id.
Declaration
public string MarketId { get; set; }
Property Value
Type | Description |
---|---|
System. |
Options
Gets or sets the options.
Declaration
public OrderSearchOptions Options { get; set; }
Property Value
Type | Description |
---|---|
Order |
The options. |
Parameters
Gets or sets the parameters.
Declaration
public OrderSearchParameters Parameters { get; set; }
Property Value
Type | Description |
---|---|
Order |
The parameters. |
RMANumber
Gets or sets the RMA number.
Declaration
public string RMANumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
ExecuteSelect(DataSourceSelectArguments)
Gets a list of data from the underlying data storage.
Declaration
protected override IEnumerable ExecuteSelect(DataSourceSelectArguments arguments)
Parameters
Type | Name | Description |
---|---|---|
System. |
arguments | A System. |
Returns
Type | Description |
---|---|
System. |
An System. |