ClassDataGridEditCellActionDescriptor
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 DataGridEditCellActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorXamlActionDescriptorDataGridEditCellActionDescriptor
Implements:
Inherited Members
Constructors
DataGridEditCellActionDescriptor(FrameworkElement, int, int, string, string)
Declaration
public DataGridEditCellActionDescriptor(FrameworkElement target, int row, int column, string typedText, string textContent)
Parameters
target
row
column
typedText
textContent
Properties
ColumnIndex
Declaration
[DataMember(Name = "ColumnIndex")]
[PrimaryProperty]
public int ColumnIndex { get; set; }
Property Value
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
public override string FriendlyDescription { get; }
Property Value
Overrides
RowIndex
Declaration
[DataMember(Name = "RowIndex")]
[PrimaryProperty]
public int RowIndex { get; set; }
Property Value
SimulateTyping
Declaration
[DataMember(Name = "SimulateTyping")]
[PrimaryProperty]
public bool SimulateTyping { get; set; }
Property Value
TextContent
Declaration
[DataMember(Name = "TextContent")]
public string TextContent { get; set; }
Property Value
Methods
Execute(IApplication)
Declaration
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
public override void ToCode()
Overrides