次の方法で共有


EntityAttribute クラス

定義

この属性は、 の実装 IResolverによって解決できるエンティティにメソッド パラメーターをバインドすることを指定するために使用されます。

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

コンストラクター

EntityAttribute(String)

を構築します EntityAttribute

フィールド

Name

エンティティ名。

適用対象