Class OrderBaseUserControl

Inheritance
System.Object
OrderBaseUserControl
Namespace: Mediachase.Web.Console.BaseClasses
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class OrderBaseUserControl : BaseUserControl, IDynamicParamControl

Constructors

OrderBaseUserControl()

Declaration
public OrderBaseUserControl()

Fields

CustomRangeDateFilter

Declaration
protected const string CustomRangeDateFilter = "customrange"
Field Value
Type Description
System.String

Last30DaysDateFilter

Declaration
protected const string Last30DaysDateFilter = "last30days"
Field Value
Type Description
System.String

Last7DaysDateFilter

Declaration
protected const string Last7DaysDateFilter = "last7days"
Field Value
Type Description
System.String

ThisMonthDateFilter

Declaration
protected const string ThisMonthDateFilter = "thismonth"
Field Value
Type Description
System.String

ThisWeekDateFilter

Declaration
protected const string ThisWeekDateFilter = "thisweek"
Field Value
Type Description
System.String

TodayDateFilter

Declaration
protected const string TodayDateFilter = "today"
Field Value
Type Description
System.String

Properties

EnabledMarkets

Declaration
protected List<IMarket> EnabledMarkets { get; }
Property Value
Type Description
System.Collections.Generic.List<IMarket>

Methods

GetDateFilter(String, DateTime, DateTime)

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

SetDateFilter(String, OrderDataSource, DateTime, DateTime)

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