Class LoopLogicalDescriptor
Inheritance
System.Object
LoopLogicalDescriptor
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.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class LoopLogicalDescriptor : LogicalDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Constructors
LoopLogicalDescriptor()
Declaration
public LoopLogicalDescriptor()
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
IsLoop
Declaration
public override bool IsLoop { get; }
Property Value
System.Boolean
|
Overrides
LoopCurrent
Declaration
public override int LoopCurrent { get; set; }
Property Value
System.Int32
|
Overrides
NumberOfBranches
Declaration
public override int NumberOfBranches { get; }
Property Value
System.Int32
|
Overrides
UserEditableVerification
Declaration
public override bool UserEditableVerification { get; }
Property Value
System.Boolean
|
Overrides
Methods
GetNextSteps(IVerificationResult, DescriptorValueStore, out Int32)
Declaration
public override AutomationStepList GetNextSteps(IVerificationResult result, DescriptorValueStore dataStore, out int branchTaken)
Parameters
IVerificationResult
result
|
DescriptorValueStore
dataStore
|
System.Int32
branchTaken
|
Returns
AutomationStepList
|