EntityAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Questo attributo viene usato per specificare che un parametro del metodo è associato a un'entità che può essere risolta da un'implementazione di 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
- Ereditarietà
-
EntityAttribute
- Attributi
Costruttori
| EntityAttribute(String) |
Costruire l'oggetto EntityAttribute. |
Campi
| Name |
Nome dell'entità. |