Class XmlSimpleCondition
Represents a serializable correspondence to the SimpleCondtion class.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class XmlSimpleCondition : XmlCondition
Constructors
XmlSimpleCondition()
Declaration
public XmlSimpleCondition()
Properties
Setting
Gets or sets the XML property setting for the instance.
Declaration
public XmlPropertySetting Setting { get; set; }
Property Value
XmlPropertySetting
|
UnaryOperator
Gets or sets a value indicating the UnaryOperator used in the condition.
Declaration
public UnaryOperator UnaryOperator { get; set; }
Property Value
UnaryOperator
|
Methods
CreateInstance()
DeserializeProperties(Condition)
Declaration
protected override void DeserializeProperties(Condition selector)
Parameters
Condition
selector
|
Overrides
Equals(Object)
Compares two instances for equality.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()