Class ListItemSelectedVerificationDescriptor
Inheritance
System.Object
ListItemSelectedVerificationDescriptor
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.DesktopAutomation.Descriptors.Verifications
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[Sentence("IsSelected", "Verify selected state is {IsSelected}.", false)]
public class ListItemSelectedVerificationDescriptor : DesktopVerificationDescriptorBase, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IExtendedParamEditorInfo
Constructors
ListItemSelectedVerificationDescriptor()
Declaration
public ListItemSelectedVerificationDescriptor()
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
IsSelected
Declaration
[DataDriven]
[SentenceParam("selected?", AutomationDescriptorType.Extraction, IsExtractedValue = true)]
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
ExtractData(IAutomationHost, DescriptorValueStore)
Declaration
public override void ExtractData(IAutomationHost targetHost, DescriptorValueStore dataStore)
Parameters
IAutomationHost
targetHost
|
DescriptorValueStore
dataStore
|
Overrides
GetExtendedEditorInfo(DescriptorValueStore)
Declaration
public void GetExtendedEditorInfo(DescriptorValueStore valueStore)
Parameters
DescriptorValueStore
valueStore
|
Implements
OnParameterChanged(SentenceParam, Sentence)
Declaration
public void OnParameterChanged(SentenceParam param, Sentence context)
Parameters
SentenceParam
param
|
Sentence
context
|
Implements
OnSentenceLoad(Sentence)
ToCode()
Verify(DescriptorValueStore)
Declaration
public override VerificationResult Verify(DescriptorValueStore dataStore)
Parameters
DescriptorValueStore
dataStore
|
Returns
VerificationResult
|