Sdílet prostřednictvím


EntityAttribute Třída

Definice

Tento atribut slouží k určení, že parametr metody je vázán na entitu, kterou lze vyřešit implementací .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
Dědičnost
EntityAttribute
Atributy

Konstruktory

EntityAttribute(String)

Sestavte .EntityAttribute

Pole

Name

Název entity.

Platí pro