ClassCalendarDrillDownMonthActionDescriptor
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 CalendarDrillDownMonthActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorXamlActionDescriptorCalendarDrillDownMonthActionDescriptor
Implements:
Inherited Members
Constructors
CalendarDrillDownMonthActionDescriptor()
Declaration
public CalendarDrillDownMonthActionDescriptor()
CalendarDrillDownMonthActionDescriptor(IFrameworkElement, int)
Declaration
public CalendarDrillDownMonthActionDescriptor(IFrameworkElement calendar, int month)
Parameters
calendar
month
CalendarDrillDownMonthActionDescriptor(IFrameworkElement, string)
Declaration
public CalendarDrillDownMonthActionDescriptor(IFrameworkElement calendar, string monthLabel)
Parameters
calendar
monthLabel
Properties
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
public override string FriendlyDescription { get; }
Property Value
Overrides
Month
Declaration
[DataMember(Name = "Month")]
[PrimaryProperty]
public int Month { get; set; }
Property Value
SimulateRealUser
Declaration
[Browsable(false)]
[DataMember(Name = "SimulateRealUser", IsRequired = false)]
public override bool SimulateRealUser { get; set; }
Property Value
Overrides
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