ComparisonCondition Members
Represents one ternary condition.
The following tables list the members exposed by the ComparisonCondition type.
Public Constructors
Name | Description | |
---|---|---|
ComparisonCondition |
Top
Public Fields
Name | Description | |
---|---|---|
LeftOperandProperty | ||
OperatorProperty | ||
RightOperandProperty |
Top
Public Properties
Name | Description | |
---|---|---|
CanFreeze | (Inherited from Freezable) | |
DependencyObjectType | (Inherited from DependencyObject) | |
Dispatcher | (Inherited from DispatcherObject) | |
IsFrozen | (Inherited from Freezable) | |
IsSealed | (Inherited from DependencyObject) | |
LeftOperand | Gets or sets the left operand. | |
Operator | Gets or sets the comparison operator. | |
RightOperand | Gets or sets the right operand. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CheckAccess | (Inherited from DispatcherObject) | |
ClearValue | Overloaded. (Inherited from DependencyObject) | |
Clone | (Inherited from Freezable) | |
CloneCurrentValue | (Inherited from Freezable) | |
CoerceValue | (Inherited from DependencyObject) | |
Equals | Overloaded. (Inherited from DependencyObject) | |
Evaluate | Method that evaluates the condition. Note that this method can throw ArgumentException if the operator is incompatible with the type. For instance, operators LessThan, LessThanOrEqual, GreaterThan, and GreaterThanOrEqual require both operators to implement IComparable. | |
Freeze | Overloaded. (Inherited from Freezable) | |
GetAsFrozen | (Inherited from Freezable) | |
GetCurrentValueAsFrozen | (Inherited from Freezable) | |
GetHashCode | (Inherited from DependencyObject) | |
GetLocalValueEnumerator | (Inherited from DependencyObject) | |
GetType | (Inherited from Object) | |
GetValue | (Inherited from DependencyObject) | |
InvalidateProperty | (Inherited from DependencyObject) | |
ReadLocalValue | (Inherited from DependencyObject) | |
ReferenceEquals | (Inherited from Object) | |
SetCurrentValue | (Inherited from DependencyObject) | |
SetValue | Overloaded. (Inherited from DependencyObject) | |
ToString | (Inherited from Object) | |
VerifyAccess | (Inherited from DispatcherObject) |
Top
Protected Methods
Name | Description | |
---|---|---|
CloneCore | (Inherited from Freezable) | |
CloneCurrentValueCore | (Inherited from Freezable) | |
CreateInstance | (Inherited from Freezable) | |
CreateInstanceCore | Overridden. | |
Finalize | (Inherited from Object) | |
Freeze | Overloaded. (Inherited from Freezable) | |
FreezeCore | (Inherited from Freezable) | |
GetAsFrozenCore | (Inherited from Freezable) | |
GetCurrentValueAsFrozenCore | (Inherited from Freezable) | |
MemberwiseClone | (Inherited from Object) | |
OnChanged | (Inherited from Freezable) | |
OnFreezablePropertyChanged | Overloaded. (Inherited from Freezable) | |
OnPropertyChanged | (Inherited from Freezable) | |
ReadPreamble | (Inherited from Freezable) | |
ShouldSerializeProperty | (Inherited from DependencyObject) | |
WritePostscript | (Inherited from Freezable) | |
WritePreamble | (Inherited from Freezable) |
Top
Public Events
Name | Description | |
---|---|---|
Changed | (Inherited from Freezable) |
Top
See Also
Reference
ComparisonCondition Class
Microsoft.Expression.Interactivity.Core Namespace