This topic has not yet been rated - Rate this topic

Feed Class

SQL Server 2012

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

System.Object
  AlertingWcfProxy.Feed

Namespace:  AlertingWcfProxy
Assembly:  AlertingWcfProxy (in AlertingWcfProxy.dll)
[SerializableAttribute]
[DataContractAttribute(Name = "Feed", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
public class Feed : IExtensibleDataObject, INotifyPropertyChanged

The Feed type exposes the following members.

  NameDescription
Public methodFeedInitializes a new instance of the Feed class.
Top
  NameDescription
Public propertyExtensionDataGets or sets an object that contains extra data.
Public propertyFeedIdGets or sets the unique key.
Public propertyNameGets or sets the data feed name.
Public propertySourceUrlGets or sets the URL to the original item.
Public propertyTypeGets or sets the type of the data feed.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRaisePropertyChangedRaises the PropertyChanged event for the specified property.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public eventPropertyChangedOccurs when a property value changes.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.