Class CalendarDrillDownYearActionDescriptor
Inheritance
System.Object
CalendarDrillDownYearActionDescriptor
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 CalendarDrillDownYearActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
CalendarDrillDownYearActionDescriptor()
Declaration
public CalendarDrillDownYearActionDescriptor()
CalendarDrillDownYearActionDescriptor(IFrameworkElement, Int32)
Declaration
public CalendarDrillDownYearActionDescriptor(IFrameworkElement calendar, int year)
Parameters
IFrameworkElement
calendar
|
System.Int32
year
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
SimulateRealUser
Declaration
public override bool SimulateRealUser { get; set; }
Property Value
System.Boolean
|
Overrides
Year
Declaration
[PrimaryProperty]
public int Year { get; set; }
Property Value
System.Int32
|
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|