Class LoginViewModel
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class LoginViewModel : NotifyPropertyChanged, INotifyPropertyChanged
- Inheritance
-
LoginViewModel
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
IsBuzy
public bool IsBuzy { get; set; }
Property Value
IsEnbled
说明
public bool IsEnbled { get; set; }
Property Value
IsLogined
public bool IsLogined { get; set; }
Property Value
LoginMessage
public string LoginMessage { get; set; }
Property Value
LoginPassWord
public string LoginPassWord { get; set; }
Property Value
LoginUseName
public string LoginUseName { get; set; }
Property Value
Remenber
public bool Remenber { get; set; }