Class AttachmentParameterTemplateSelector
This class helps select a DataTemplate given the type of a Value.
Inherited Members
Namespace: Phoenix.Aruba.Views
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class AttachmentParameterTemplateSelector : DataTemplateSelector
Fields
View SourceAttachmentParameterItemSelectorTemplateKey
Declaration
public const string AttachmentParameterItemSelectorTemplateKey = "AttachmentParameterItemSelectorTemplate"
Field Value
| Type | Description |
|---|---|
| string |
CustomHookTemplateKey
Declaration
public const string CustomHookTemplateKey = "CustomHookTemplate"
Field Value
| Type | Description |
|---|---|
| string |
Methods
View SourceSelectTemplate(object, DependencyObject)
Selects a Template
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
| Type | Name | Description |
|---|---|---|
| object | item | An Attachment Parameter View Model |
| DependencyObject | container | A Framework Element. |
Returns
| Type | Description |
|---|---|
| DataTemplate | The "TimeSpanTemplate" Data Template. |