AlertDefinitionCreate Class

Definition

Creates a new alert definition for the Windows Communication Foundation.

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

Constructors

Name Description
AlertDefinitionCreate()

Initializes a new instance of the AlertDefinitionCreate class.

Properties

Name Description
DefinitionCulture

Gets or sets the locale culture for the definition.

ExtensionData

Gets or sets an object that contains extra data.

FeedId

Gets or sets the feed identifier.

Name

Gets or sets the name of the definition.

RuleDefinition

Gets or sets the XML representing the alert evaluation rule.

Methods

Name Description
RaisePropertyChanged(String)

Raises the PropertyChanged event for the specified property.

Events

Name Description
PropertyChanged

Occurs when the property value changes.

Applies to