Search Results for

    Show / Hide Table of Contents

    Class UserBox

    Inheritance
    System.Object
    UserBox
    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.User.UI
    Assembly: Simplic.User.UI.dll
    Syntax
    public class UserBox

    Constructors

    | Improve this Doc View Source

    UserBox()

    Declaration
    public UserBox()

    Fields

    | Improve this Doc View Source

    EditCommandProperty

    Declaration
    public static readonly DependencyProperty EditCommandProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    RemoveCommandParametrProperty

    Declaration
    public static readonly DependencyProperty RemoveCommandParametrProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    RemoveCommandProperty

    Declaration
    public static readonly DependencyProperty RemoveCommandProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    UserProperty

    Declaration
    public static readonly DependencyProperty UserProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    EditCommand

    Declaration
    public ICommand EditCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    RemoveCommand

    Declaration
    public ICommand RemoveCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    RemoveCommandParametr

    Declaration
    public object RemoveCommandParametr { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    User

    Declaration
    public UserViewModel User { get; set; }
    Property Value
    Type Description
    UserViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx