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 SourceUserBox()
Declaration
public UserBox()
Fields
| Improve this Doc View SourceEditCommandProperty
Declaration
public static readonly DependencyProperty EditCommandProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
RemoveCommandParametrProperty
Declaration
public static readonly DependencyProperty RemoveCommandParametrProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
RemoveCommandProperty
Declaration
public static readonly DependencyProperty RemoveCommandProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
UserProperty
Declaration
public static readonly DependencyProperty UserProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
| Improve this Doc View SourceEditCommand
Declaration
public ICommand EditCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
RemoveCommand
Declaration
public ICommand RemoveCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
RemoveCommandParametr
Declaration
public object RemoveCommandParametr { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
User
Declaration
public UserViewModel User { get; set; }
Property Value
Type | Description |
---|---|
UserViewModel |