Class ListBoxItemCountVerificationDescriptor
Inheritance
System.Object
ListBoxItemCountVerificationDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ListBoxItemCountVerificationDescriptor : PropertyVerificationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IExtendedParamEditorInfo, IQuickTasks
Constructors
ListBoxItemCountVerificationDescriptor()
Declaration
public ListBoxItemCountVerificationDescriptor()
ListBoxItemCountVerificationDescriptor(IFrameworkElement, VerificationComparer, String, Object)
Declaration
public ListBoxItemCountVerificationDescriptor(IFrameworkElement element, VerificationComparer comparer, string comparison, object value)
Parameters
IFrameworkElement
element
|
VerificationComparer
comparer
|
System.String
comparison
|
System.Object
value
|
ListBoxItemCountVerificationDescriptor(IFrameworkElement, Int32)
Declaration
public ListBoxItemCountVerificationDescriptor(IFrameworkElement element, int index)
Parameters
IFrameworkElement
element
|
System.Int32
index
|
Properties
CompareType
ErrorMessage
Declaration
public override string ErrorMessage { get; }
Property Value
System.String
|
Overrides
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Value
Declaration
[DataDriven]
public int Value { get; set; }
Property Value
System.Int32
|
Methods
ExtractData(IApplication, DescriptorValueStore)
Declaration
public override void ExtractData(IApplication hostApp, DescriptorValueStore dataStore)
Parameters
IApplication
hostApp
|
DescriptorValueStore
dataStore
|
Overrides
GetQuickTasks()
ToCode()
ValueCompare(DescriptorValueStore, Object)
Declaration
public override bool ValueCompare(DescriptorValueStore dataStore, object value)
Parameters
DescriptorValueStore
dataStore
|
System.Object
value
|
Returns
System.Boolean
|