Table of Contents

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

bool

IsEnbled

说明

public bool IsEnbled { get; set; }

Property Value

bool

IsLogined

public bool IsLogined { get; set; }

Property Value

bool

LoginMessage

public string LoginMessage { get; set; }

Property Value

string

LoginPassWord

public string LoginPassWord { get; set; }

Property Value

string

LoginUseName

public string LoginUseName { get; set; }

Property Value

string

Remenber

public bool Remenber { get; set; }

Property Value

bool