Show / Hide Table of Contents

Class AttachmentParameterTemplateSelector

This class helps select a DataTemplate given the type of a Value.

Inheritance
object
DataTemplateSelector
AttachmentParameterTemplateSelector
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Views
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class AttachmentParameterTemplateSelector : DataTemplateSelector

Fields

View Source

AttachmentParameterItemSelectorTemplateKey

Declaration
public const string AttachmentParameterItemSelectorTemplateKey = "AttachmentParameterItemSelectorTemplate"
Field Value
Type Description
string
View Source

CustomHookTemplateKey

Declaration
public const string CustomHookTemplateKey = "CustomHookTemplate"
Field Value
Type Description
string

Methods

View Source

SelectTemplate(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.

Overrides
DataTemplateSelector.SelectTemplate(object, DependencyObject)
  • View Source
In this article
Back to top Generated by DocFX