Click or drag to resize

EnumerateExtension Class

Generates an array of strings containing the translated values of the enum
Inheritance Hierarchy
SystemObject
  System.Windows.MarkupMarkupExtension
    RAYLASE.Marker.Common.GUIEnumerateExtension

Namespace: RAYLASE.Marker.Common.GUI
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public sealed class EnumerateExtension : MarkupExtension

The EnumerateExtension type exposes the following members.

Constructors
 NameDescription
Public methodEnumerateExtension(Type)Initializes a new instance of the EnumerateExtension class
Public methodEnumerateExtension(Type, Boolean)Initializes a new instance of the EnumerateExtension class
Top
Properties
 NameDescription
Public propertyCount Enumerates only the first n objects
Public propertyOrderByName 
Public propertyToolTip If true, a tuple with text and tooltip is returned instead of the text string.
Public propertyType 
Top
Methods
 NameDescription
Public methodProvideValueWhen implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.
(Overrides MarkupExtensionProvideValue(IServiceProvider))
Top
See Also