共用方式為


ReminderEntry 類別

定義

表示提醒資料表專案。

[System.Serializable]
public class ReminderEntry
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class ReminderEntry
[<System.Serializable>]
type ReminderEntry = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type ReminderEntry = class
Public Class ReminderEntry
Public NotInheritable Class ReminderEntry
繼承
ReminderEntry
屬性

建構函式

ReminderEntry()

表示提醒資料表專案。

屬性

ETag

取得或設定 ETag。

GrainId

取得或設定建立提醒之粒紋的細微性識別碼。 與 一起 ReminderName 形成提醒主鍵。

GrainRef

建立提醒之粒紋的細微性參考。 與 一起 ReminderName 形成提醒主鍵。

Period

取得或設定提醒的時間週期

ReminderName

取得或設定提醒的名稱。 與 一起 GrainId 形成提醒主鍵。

StartAt

取得或設定第一次應該刻度提醒的時間

方法

ToString()

表示提醒資料表專案。

適用於