Show / Hide Table of Contents

Class SessionDetail

Session Detail Table of Application Database.
應用程式數據庳的場節詳述表格。

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

Properties

Index

Session Detail index.
場節詳述編號。

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

PlayerSessionID

Related player session ID.
相關玩家場節識別碼。

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

SessionDetailID

Session Detail unique ID.
場節詳述唯一識別碼。

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

TaskID

Task ID.
任務識別碼。

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

TaskResult

Task result.
任務結果。

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

Timestamp

The date time when the task is recorded.
任務被記錄的日期時間。

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