The TimeRule type exposes the following members.

Constructors

  NameDescription
Public methodTimeRule
Constructs a new instance of the TimeRule class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyActions
The collection of Actions to perform when this Rule's conditions are met
(Inherited from Rule.)
Public propertyDate
The date on which this Rule will fire. (if TimeMode is ByDate)
Public propertyDays
Which days of each week this Rule will fire on. (if TimeMode is ByDay)
Public propertyEnabled
Toggle evaluation/execution of this rule.
(Inherited from Rule.)
Public propertyGroups
Named rule groups (within the parent RuleSetConfiguration) to which this rule belongs.
(Inherited from Rule.)
Public propertyId
The Id of the Rule.
(Inherited from Rule.)
Public propertyIgnoreGroups
Specifies whether this rule should be evaluated no matter which group is active.
(Inherited from Rule.)
Public propertyInAllGroups
Specifies whether this rule is a member of all rule groups of the rule set it belongs to.
(Inherited from Rule.)
Public propertyIndex
Specifies the order to display and execute this rule in relation to other rules in the parent rule set.
(Inherited from Rule.)
Public propertyInStartupGroup
Specifies whether this rule is a member of the unnamed group that the rule set evaluates first.
(Inherited from Rule.)
Public propertyRepetition
Specifies how often the rule should be re-evaluated.
(Inherited from Rule.)
Public propertyTerminateOnAction
Specifies the manner in which rule evaluation should be stopped after this rule runs its actions.
(Inherited from Rule.)
Public propertyTime
The time of day at which this Rule will fire on.
Public propertyTimeMode
Determines how this rule will fire.

See Also