Show / Hide Table of Contents

Class User

User Table of System Database.
系統數據庳的使用者表格。

Inheritance
System.Object
User
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public class User

Properties

FullName

Full name of user.
使用者全名。

Declaration
[Preserve]
public string FullName { get; }
Property Value
Type Description
System.String

Password

Password for login.
登入的密碼。

Declaration
[Preserve]
public string Password { get; }
Property Value
Type Description
System.String

Remark

Remark of user.
使用者備註。

Declaration
[Preserve]
public string Remark { get; }
Property Value
Type Description
System.String

RoleID

Role ID of user role.
使用者角色識別碼。

Declaration
[Preserve]
public int RoleID { get; }
Property Value
Type Description
System.Int32

SmartID

Smart identifier for login.
登入的智能識別碼。

Declaration
[Preserve]
public string SmartID { get; }
Property Value
Type Description
System.String

UserID

User unique ID.
使用者唯一識別碼。

Declaration
[Preserve]
public int UserID { get; }
Property Value
Type Description
System.Int32

UserName

User name for login.
登入的使用者名稱。

Declaration
[Preserve]
public string UserName { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX