Class OrderBaseUserControl
Inheritance
System.Object
OrderBaseUserControl
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class OrderBaseUserControl : BaseUserControl, IDynamicParamControl
Constructors
Declaration
public OrderBaseUserControl()
Fields
Declaration
protected const string CustomRangeDateFilter = "customrange"
Field Value
Type |
Description |
System.String |
|
Declaration
protected const string Last30DaysDateFilter = "last30days"
Field Value
Type |
Description |
System.String |
|
Declaration
protected const string Last7DaysDateFilter = "last7days"
Field Value
Type |
Description |
System.String |
|
Declaration
protected const string ThisMonthDateFilter = "thismonth"
Field Value
Type |
Description |
System.String |
|
Declaration
protected const string ThisWeekDateFilter = "thisweek"
Field Value
Type |
Description |
System.String |
|
Declaration
protected const string TodayDateFilter = "today"
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
protected List<IMarket> EnabledMarkets { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IMarket> |
|
Methods
Declaration
protected string GetDateFilter(string filterType, DateTime start = default(DateTime), DateTime end = default(DateTime))
Parameters
Type |
Name |
Description |
System.String |
filterType |
|
System.DateTime |
start |
|
System.DateTime |
end |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected void SetDateFilter(string filterType, OrderDataSource orderDataSource, DateTime start = default(DateTime), DateTime end = default(DateTime))
Parameters
Type |
Name |
Description |
System.String |
filterType |
|
OrderDataSource |
orderDataSource |
|
System.DateTime |
start |
|
System.DateTime |
end |
|
Implements