ClassSimpleCondition
SimpleCondition evaluates when a property of an Element equals a certain value.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public class SimpleCondition : Condition
Inheritance: objectConditionSimpleCondition
Inherited Members
Constructors
SimpleCondition(IPropertySetting)
Initializes a new instance of the SimpleCondition class.
Declaration
public SimpleCondition(IPropertySetting settingToCheck)
Parameters
settingToCheck
SimpleCondition(IPropertySetting, UnaryOperator)
Initializes a new instance of the SimpleCondition class from the setting to check, and the unary operator to use.
Declaration
public SimpleCondition(IPropertySetting settingToCheck, UnaryOperator unaryOperator)
Parameters
settingToCheck
unaryOperator
SimpleCondition(RadProperty, object)
Initializes a new instance of the SimpleCondition class from the property and value
Declaration
public SimpleCondition(RadProperty property, object value)
Parameters
property
value
SimpleCondition(RadProperty, object, UnaryOperator)
Initializes a new instance of the SimpleCondition class from the property, value and unary operator
Declaration
public SimpleCondition(RadProperty property, object value, UnaryOperator unaryOperator)
Parameters
property
value
unaryOperator
Properties
Setting
Gets or sets the setting of the current property.
Declaration
public IPropertySetting Setting { get; set; }
Property Value
UnaryOperator
Gets or sets the unary operator of the simple condition.
Declaration
public UnaryOperator UnaryOperator { get; set; }
Property Value
Methods
Evaluate(RadObject)
Evaluates the target RadElement using the unary operator.
FillAffectedProperties(List<RadProperty>)
Declaration
protected override void FillAffectedProperties(List<RadProperty> inList)
Parameters
inList
List<RadProperty>
Overrides
ToString()
Retrieves the string representation of the current instance.