Class VerificationComparer
Inheritance
System.Object
VerificationComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class VerificationComparer
Constructors
VerificationComparer()
Declaration
protected VerificationComparer()
Properties
CompareOptions
Declaration
public abstract IList<string> CompareOptions { get; }
Property Value
System.Collections.Generic.IList<System.String>
|
Methods
Compare(Object, String, Object)
Declaration
public abstract bool Compare(object left, string comparison, object right)
Parameters
System.Object
left
|
System.String
comparison
|
System.Object
right
|
Returns
System.Boolean
|
ToCode(XamlVerificationDescriptor, String, String, CodeExpression)
Declaration
public abstract void ToCode(XamlVerificationDescriptor desc, string propertyName, string comparison, CodeExpression valueExpr)
Parameters
XamlVerificationDescriptor
desc
|
System.String
propertyName
|
System.String
comparison
|
System.CodeDom.CodeExpression
valueExpr
|