Table of Contents

Class LoginArgs

Namespace
AT.Librarys.Container.Service
Assembly
AT.Librarys.Container.dll

登录事件数据

public class LoginArgs : EventArgs
Inheritance
LoginArgs
Inherited Members
Extension Methods

Constructors

LoginArgs()

构造

public LoginArgs()

LoginArgs(string, UserLevel)

构造

public LoginArgs(string employeeID, UserLevel userLevel)

Parameters

employeeID string

ID

userLevel UserLevel

等级

Properties

CardID

卡ID

public string CardID { get; set; }

Property Value

string

Categroy

登录类别

public LoginExtendCategory Categroy { get; set; }

Property Value

LoginExtendCategory

EmployeeID

工号

public string EmployeeID { get; set; }

Property Value

string

FingerprintData

指纹数据

public string FingerprintData { get; set; }

Property Value

string

Image

图像

public Bitmap Image { get; set; }

Property Value

Bitmap

Message

信息提示

public string Message { get; set; }

Property Value

string

Password

登录密码

public string Password { get; set; }

Property Value

string

Score

指纹比分

public int Score { get; set; }

Property Value

int

Succeed

成功

public bool Succeed { get; set; }

Property Value

bool

UserID

用户ID

public int UserID { get; set; }

Property Value

int

UserLevel

用户用户等级

public UserLevel UserLevel { get; set; }

Property Value

UserLevel