AlertDefinitionCreate クラス

定義

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
継承
AlertDefinitionCreate
属性
実装

コンストラクター

名前 説明
AlertDefinitionCreate()

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

プロパティ

名前 説明
DefinitionCulture

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

ExtensionData

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

FeedId

フィード識別子を取得するか設定します。

Name

定義の名前を取得するか設定します。

RuleDefinition

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

メソッド

名前 説明
RaisePropertyChanged(String)

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

イベント

名前 説明
PropertyChanged

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

適用対象