Class XamlActionTranslatorBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class XamlActionTranslatorBase : BaseLocator, IControlLocator, IInterfaceInterrogator, IActionTranslator, IActionProvider
Constructors
XamlActionTranslatorBase()
Declaration
protected XamlActionTranslatorBase()
Properties
AddedControlActionTypes
Declaration
protected virtual Type[] AddedControlActionTypes { get; }
Property Value
System.Type[]
|
ControlActionTypes
Declaration
public Type[] ControlActionTypes { get; }
Property Value
System.Type[]
|
Implements
IsVirtualizingPanel
Declaration
public virtual bool IsVirtualizingPanel { get; }
Property Value
System.Boolean
|
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
Methods
TranslateActionPoint(ActionPoint, Rectangle, Rectangle)
Declaration
protected static ActionPoint TranslateActionPoint(ActionPoint point, Rectangle sourceRect, Rectangle destRect)
Parameters
ActionPoint
point
|
System.Drawing.Rectangle
sourceRect
|
System.Drawing.Rectangle
destRect
|
Returns
ActionPoint
|
TranslateCommand(ITargetElement, CapturedCommand, out ActionDescriptor)
Declaration
public bool TranslateCommand(ITargetElement translatorLocatorElement, CapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
ITargetElement
translatorLocatorElement
|
CapturedCommand
command
|
ActionDescriptor
recordedDescriptor
|
Returns
System.Boolean
|
Implements
TranslateCommand(FrameworkElement, XamlCapturedCommand, out ActionDescriptor)
Declaration
public abstract bool TranslateCommand(FrameworkElement translatorLocatorElement, XamlCapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
FrameworkElement
translatorLocatorElement
|
XamlCapturedCommand
command
|
ActionDescriptor
recordedDescriptor
|
Returns
System.Boolean
|