SaaS CMS has officially launched! Learn more now.

Class ConditionControl

Inheritance
System.Object
ConditionControl
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
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()