ClassSliderSetValueActionDescriptor
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class SliderSetValueActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IInterceptTranslation
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorXamlActionDescriptorSliderSetValueActionDescriptor
Implements:
Inherited Members
Constructors
SliderSetValueActionDescriptor()
Declaration
public SliderSetValueActionDescriptor()
SliderSetValueActionDescriptor(FrameworkElement)
Declaration
public SliderSetValueActionDescriptor(FrameworkElement slider)
Parameters
slider
SliderSetValueActionDescriptor(FrameworkElement, double)
Declaration
public SliderSetValueActionDescriptor(FrameworkElement slider, double value)
Parameters
slider
value
Properties
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
public override string FriendlyDescription { get; }
Property Value
Overrides
PrimaryTargetKey
Gets the primary target key
Declaration
public override string PrimaryTargetKey { get; }
Property Value
Overrides
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
hostApp
Overrides
InterceptTranslation(AutomationDescriptor, out bool)
Declaration
public void InterceptTranslation(AutomationDescriptor existingDescriptor, out bool stopTranslation)
Parameters
existingDescriptor
stopTranslation
Implements
ToCode()
This method is called when the user requests code generation. The framework initializes the TestMethod property of this object with a new instance that this method simply needs to add its custom codegen to it.
Declaration
public override void ToCode()
Overrides