TemplateParameter Members

Class representing a template parameter.

The following tables list the members exposed by the TemplateParameter type.

Public Properties

  Name Description
public property Caption Gets the caption of the template parameter.
public property Enum Get the enumeration string of the template parameter.
public property EnumList Gets an enumeration list for this template parameter (useful as a datasource for UI items such as ItemsControl).
public property ExperienceContexts Gets a value indicating in which ExperienceContexts this parameter is relevant.
public property Hidden Gets a value indicating whether the template parameter should be hidden in the UI.
public property MaxValue Gets the maximum value of the template parameter.
public property MinValue Gets the minimum value of the template parameter.
public property Name Gets the name of the template parameter.
public property OutsideExpander Gets a value indicating whether this parameter should be shown outside the expander in the UI. Defaults to false.
public property ParameterType Gets the type of the template parameter.
public property ReadOnly Gets a value indicating whether the template parameter is read-only. Implies Hidden.
public property Tooltip Gets the tooltip for the template parameter.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method ConvertEnumStringToValue Converts the enumeration string to a value.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public methodstatic ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Public Events

  Name Description
public event PropertyChanged  Occurs when a property value changes.  (Inherited from EncoderObject)

Top

See Also

Reference

TemplateParameter Class
Microsoft.Expression.Encoder.Templates Namespace

   © 2011 by Microsoft Corporation. All rights reserved.