Class CalendarDrillDownMonthActionDescriptor
Inheritance
System.Object
CalendarDrillDownMonthActionDescriptor
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.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class CalendarDrillDownMonthActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
CalendarDrillDownMonthActionDescriptor()
Declaration
public CalendarDrillDownMonthActionDescriptor()
CalendarDrillDownMonthActionDescriptor(IFrameworkElement, Int32)
Declaration
public CalendarDrillDownMonthActionDescriptor(IFrameworkElement calendar, int month)
Parameters
IFrameworkElement
calendar
|
System.Int32
month
|
CalendarDrillDownMonthActionDescriptor(IFrameworkElement, String)
Declaration
public CalendarDrillDownMonthActionDescriptor(IFrameworkElement calendar, string monthLabel)
Parameters
IFrameworkElement
calendar
|
System.String
monthLabel
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
Month
Declaration
[PrimaryProperty]
public int Month { get; set; }
Property Value
System.Int32
|
SimulateRealUser
Declaration
public override bool SimulateRealUser { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|