Class TokenSelectorView
Interaction logic for TokenSelectorView.xaml.
Inheritance
TokenSelectorView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TokenSelectorView : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ITokenSelector, IComponentConnector
Constructors
View SourceTokenSelectorView(TokenResolverRegistry)
Initializes a new instance of the TokenSelectorView class.
Declaration
public TokenSelectorView(TokenResolverRegistry tokenResolverRegistry)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenResolverRegistry | tokenResolverRegistry | The token resolver registry. |
Properties
View SourceSelectTokenAction
Gets or sets the selected token action
Declaration
public Action<TokenReference> SelectTokenAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Action<TokenReference> |
TokenSelectorUI
Gets the token selector UI element
Declaration
public UIElement TokenSelectorUI { get; }
Property Value
| Type | Description |
|---|---|
| UIElement |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()