Table of Contents

Class TriggerBase

Namespace
H.Controls.ScheduleBox
Assembly
H.Controls.ScheduleBox.dll
public abstract class TriggerBase : DisplayBindableBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IScheduleTrigger
Inheritance
TriggerBase
Implements
Derived
Inherited Members
Extension Methods

Properties

Key

[Display(Name = "唯一标识")]
public string Key { get; set; }

Property Value

string

StartAt

[Display(Name = "开始时间")]
[TypeConverter(typeof(DateTimeOffsetConverter))]
public DateTimeOffset StartAt { get; set; }

Property Value

DateTimeOffset

Methods

Build(IScheduleJob)

public abstract ITrigger Build(IScheduleJob scheduleJob)

Parameters

scheduleJob IScheduleJob

Returns

ITrigger