London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ConditionControl

Inheritance
System.Object
ConditionControl
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class ConditionControl : DropDownList

Constructors

ConditionControl()

Declaration
public ConditionControl()

Properties

ShowBetween

Declaration
public bool ShowBetween { get; set; }
Property Value
Type Description
System.Boolean

ShowContains

Declaration
public bool ShowContains { get; set; }
Property Value
Type Description
System.Boolean

ShowEndsWith

Declaration
public bool ShowEndsWith { get; set; }
Property Value
Type Description
System.Boolean

ShowEqual

Declaration
public bool ShowEqual { get; set; }
Property Value
Type Description
System.Boolean

ShowGreater

Declaration
public bool ShowGreater { get; set; }
Property Value
Type Description
System.Boolean

ShowGreaterOrEqual

Declaration
public bool ShowGreaterOrEqual { get; set; }
Property Value
Type Description
System.Boolean

ShowIn

Declaration
public bool ShowIn { get; set; }
Property Value
Type Description
System.Boolean

ShowIsNotNull

Declaration
public bool ShowIsNotNull { get; set; }
Property Value
Type Description
System.Boolean

ShowIsNull

Declaration
public bool ShowIsNull { get; set; }
Property Value
Type Description
System.Boolean

ShowLess

Declaration
public bool ShowLess { get; set; }
Property Value
Type Description
System.Boolean

ShowLessOrEqual

Declaration
public bool ShowLessOrEqual { get; set; }
Property Value
Type Description
System.Boolean

ShowLike

Declaration
public bool ShowLike { get; set; }
Property Value
Type Description
System.Boolean

ShowNotContains

Declaration
public bool ShowNotContains { get; set; }
Property Value
Type Description
System.Boolean

ShowNotEndsWith

Declaration
public bool ShowNotEndsWith { get; set; }
Property Value
Type Description
System.Boolean

ShowNotEqual

Declaration
public bool ShowNotEqual { get; set; }
Property Value
Type Description
System.Boolean

ShowNotLike

Declaration
public bool ShowNotLike { get; set; }
Property Value
Type Description
System.Boolean

ShowNotStartsWith

Declaration
public bool ShowNotStartsWith { get; set; }
Property Value
Type Description
System.Boolean

ShowStartsWith

Declaration
public bool ShowStartsWith { get; set; }
Property Value
Type Description
System.Boolean

Methods

BindData()

Declaration
public void BindData()