AlertDefinitionCreate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| AlertDefinitionCreate() |
Initializes a new instance of the AlertDefinitionCreate class. |
Properties
| 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
| RaisePropertyChanged(String) |
Raises the PropertyChanged event for the specified property. |
Events
| PropertyChanged |
Occurs when the property value changes. |