Search Results for

    Show / Hide Table of Contents

    Class EnumBindingSourceExtension

    Inheritance
    System.Object
    System.Windows.Markup.MarkupExtension
    EnumBindingSourceExtension
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.UI.Extension
    Assembly: Simplic.UI.dll
    Syntax
    public class EnumBindingSourceExtension : MarkupExtension

    Constructors

    | Improve this Doc View Source

    EnumBindingSourceExtension()

    Contructor.

    Declaration
    public EnumBindingSourceExtension()
    | Improve this Doc View Source

    EnumBindingSourceExtension(Type)

    Constructor-

    Declaration
    public EnumBindingSourceExtension(Type enumType)
    Parameters
    Type Name Description
    System.Type enumType System.Type

    Properties

    | Improve this Doc View Source

    EnumType

    Gets or sets the System.Type.

    Declaration
    public Type EnumType { get; set; }
    Property Value
    Type Description
    System.Type

    Methods

    | Improve this Doc View Source

    ProvideValue(IServiceProvider)

    Declaration
    public override object ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    System.IServiceProvider serviceProvider
    Returns
    Type Description
    System.Object
    Overrides
    System.Windows.Markup.MarkupExtension.ProvideValue(System.IServiceProvider)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx