Show / Hide Table of Contents

Class Task

MetaInfo Table of Applcation Database.
應用程式數據庳的任務表格。

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

Properties

Description

Task Description.
任務描述。

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

Index

Task index.
任務編號。

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

Name

Task name.
任務名稱。

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

Score

Task score.
任務得分。

Declaration
[Preserve]
public float Score { get; }
Property Value
Type Description
System.Single

TaskID

Task unique ID.
任務唯一識別碼。

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