AlertDefinition クラス

定義

アラートの評価基準を表します。

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

コンストラクター

名前 説明
AlertDefinition()

AlertDefinition クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AlertDefinitionId

UIによって生成された一意キーを取得したり設定したりします。

CreateBy

アラート定義を作成したユーザーの識別子を取得したり設定したりします。

DefinitionCulture

定義の地域文化を得たり設定したりします。

ExtensionData

追加データを含むオブジェクトを取得したり設定したりします。

LastTriggered

アラート定義が最後にトリガーされた時刻を得ます。

LastTriggeredInstaceCount

アラート定義がトリガーされたときに番号を取得したり設定したりします。

ModifiedDate

定義が修正された最後の日付を取得します。

Name

アラート定義の名前を取得するか設定します。

RuleDefinition

アラート評価ルールを表すXMLを取得したり設定したりします。

SourceUrl

アラート定義のURLを取得します。

メソッド

名前 説明
RaisePropertyChanged(String)

指定されたプロパティの PropertyChanged イベントを発生させます。

イベント

名前 説明
PropertyChanged

不動産価値が変動したときに発生します。

適用対象