Click or drag to resize

SealSchedule Class

SealSchedule defines a schedule when the Seal Report Scheduler is active.
Inheritance Hierarchy
SystemObject
  Seal.ModelSealSchedule

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public class SealSchedule

The SealSchedule type exposes the following members.

Constructors
 NameDescription
Public methodSealScheduleInitializes a new instance of the SealSchedule class
Top
Properties
 NameDescription
Public propertyDays Days of the schedule
Public propertyDaysInterval Number of days for the interval
Public propertyEnabled True if the schedule is enable
Public propertyEnd End date time of the schedule
Public propertyGUID Unique identifier of the schedule
Public propertyMonths Months of the schedule
Public propertyNextExecution Next execution date time of the schedule
Public propertyRepeatDuration Repeat duration in TimeSpan
Public propertyRepeatDurationTicks Repeat duration in ticks
Public propertyRepeatInterval Repeat interval in TimeSpan
Public propertyRepeatIntervalTicks Repeat interval in ticks
Public propertyReportGUID GUID of the report scheduled
Public propertyReportPath File path of the report scheduled
Public propertyStart Start date time of the schedule
Public propertyType Trigger type of the schedule
Public propertyWeekdays Weekdays of the schedule
Public propertyWeeksInterval Number of weeks for the interval
Top
Methods
 NameDescription
Public methodCalculateNextExecution Calculate and update the next schedule execution
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsReached True is the next execution is reached
Public methodStatic memberLoadFromFile Load a web schedule from a file
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSaveToFile Save the current web schedule to its file
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldBeingExecuted True if the schedule is beign executed by the scheduler
Public fieldFilePath Current file path of the web schedule
Public fieldLastModification Last modification date of the seal schedule
Top
See Also