New to Telerik UI for WinFormsStart a free 30-day trial

Represents a serializable correspodence to the ComplexCondtion class.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class XmlComplexCondition : XmlCondition

Inheritance: objectXmlConditionXmlComplexCondition

Inherited Members XmlCondition.BuildExpressionString()XmlCondition.Deserialize()

Constructors

C#
public XmlComplexCondition()

Properties

Gets or sets a value indicating the binary operator for the condition.

C#
public BinaryOperator BinaryOperator { get; set; }

Gets or sets a value indicating the first condition.

C#
[Browsable(false)]
public XmlCondition Condition1 { get; set; }

Gets or sets a value indicating the second condition.

C#
[Browsable(false)]
public XmlCondition Condition2 { get; set; }

Methods

Creates a new instance of the Condition class.

C#
protected override Condition CreateInstance()
Returns:

Condition

Overrides: XmlCondition.CreateInstance()

Deserializes the properties for a given condition.

C#
protected override void DeserializeProperties(Condition selector)
Parameters:selectorCondition

Overrides: XmlCondition.DeserializeProperties(Condition)

Compares two XmlComplexCondtion(s) for equality.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

Retrieves a hash code for the current instance.

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()