ClassDataGridSelectCellActionDescriptor
Class
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class DataGridSelectCellActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorXamlActionDescriptorDataGridSelectCellActionDescriptor
Implements:
Inherited Members
Constructors
DataGridSelectCellActionDescriptor(FrameworkElement, int, int)
Declaration
cs-api-definition
public DataGridSelectCellActionDescriptor(FrameworkElement target, int row, int column)
Parameters
target
row
column
Properties
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
cs-api-definition
public override string FriendlyDescription { get; }
Property Value
Overrides
SelectedColumn
Declaration
cs-api-definition
[DataMember(Name = "SelectedColumn")]
public int SelectedColumn { get; set; }
Property Value
SelectedRow
Declaration
cs-api-definition
[DataMember(Name = "SelectedRow")]
public int SelectedRow { get; set; }
Property Value
Methods
Execute(IApplication)
Declaration
cs-api-definition
public override void Execute(IApplication hostApp)
Parameters
hostApp
Overrides
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
cs-api-definition
public override void ToCode()
Overrides