StateChangeEventAttribute クラス

定義

ファセットを実装するアダプターの対象となるイベントを記述するカスタム属性

[System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true)]
public sealed class StateChangeEventAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true)>]
type StateChangeEventAttribute = class
    inherit Attribute
Public NotInheritable Class StateChangeEventAttribute
Inherits Attribute
継承
StateChangeEventAttribute
属性

コンストラクター

名前 説明
StateChangeEventAttribute(String, String, String)

エイリアス付き ctor

StateChangeEventAttribute(String, String)

ctor short

プロパティ

名前 説明
EventName

支柱

TargetType

ファセットを実装するアダプターの対象となるイベントを記述するカスタム属性

TargetTypeAlias

ファセットを実装するアダプターの対象となるイベントを記述するカスタム属性

適用対象