Class Role
Role Table of Database.
數據庳的角色表格。
Inheritance
System.Object
Role
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public class Role
Properties
Description
Role Description.
角色描述。
Declaration
[Preserve]
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Role name.
角色名稱。
Declaration
[Preserve]
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RoleID
Role unique ID.
角色唯一識別碼。
Declaration
[Preserve]
public int RoleID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |