Feed Class

Definition

Represents the data feed that is used as a source for the alert definition.

public ref class Feed : 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="Feed", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class Feed : 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="Feed", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type Feed = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class Feed
Implements IExtensibleDataObject, INotifyPropertyChanged
Inheritance
Feed
Attributes
Implements

Constructors

Feed()

Initializes a new instance of the Feed class.

Properties

ExtensionData

Gets or sets an object that contains extra data.

FeedId

Gets or sets the unique key.

Name

Gets or sets the data feed name.

SourceUrl

Gets or sets the URL to the original item.

Type

Gets or sets the type of the data feed.

Methods

RaisePropertyChanged(String)

Raises the PropertyChanged event for the specified property.

Events

PropertyChanged

Occurs when a property value changes.

Applies to