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

Represents a serializable correspondence to the SimpleCondtion class.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class XmlSimpleCondition : XmlCondition

Inheritance: objectXmlConditionXmlSimpleCondition

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

Constructors

C#
public XmlSimpleCondition()

Properties

Gets or sets the XML property setting for the instance.

C#
public XmlPropertySetting Setting { get; set; }

Gets or sets a value indicating the UnaryOperator used in the condition.

C#
public UnaryOperator UnaryOperator { 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 instances for equality.

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

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()