EntityAttribute Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Este atributo é utilizado para especificar que um parâmetro de método está vinculado a uma entidade que pode ser resolvida através de uma implementação do 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
- Herança
-
EntityAttribute
- Atributos
Construtores
EntityAttribute(String) |
Construa o EntityAttribute. |
Campos
Name |
O nome da entidade. |