AlertSchedule Class

Definition

Represents the schedule used to extract feed data.

public ref class AlertSchedule : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="AlertSchedule", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class AlertSchedule : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="AlertSchedule", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type AlertSchedule = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class AlertSchedule
Implements IExtensibleDataObject, INotifyPropertyChanged
Inheritance
AlertSchedule
Attributes
Implements

Constructors

AlertSchedule()

Initializes a new instance of the AlertSchedule class.

Properties

EndDate

Gets or sets the date time when the schedule stops executing.

ExtensionData

Gets or sets the structure that contains extra data.

Name

Gets or sets the name of the alert schedule.

RecurrenceInterval

Gets or sets the recurrence interval.

RecurrenceType

Gets or sets the type of value for recurrence interval, for example minutes, hours, days.

StartDate

Gets or sets the date time when the schedule starts executing.

Methods

RaisePropertyChanged(String)

Raises the PropertyChanged event for the specified property.

Events

PropertyChanged

Occurs when a property value changes.

Applies to