Class ConditionControl
Inheritance
System.Object
ConditionControl
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public class ConditionControl : DropDownList
Constructors
Declaration
public ConditionControl()
Properties
Declaration
public bool ShowBetween { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowContains { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowEndsWith { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowEqual { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowGreater { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowGreaterOrEqual { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowIn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowIsNotNull { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowIsNull { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowLess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowLessOrEqual { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowLike { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowNotContains { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowNotEndsWith { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowNotEqual { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowNotLike { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowNotStartsWith { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowStartsWith { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration