EntityAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cet attribut est utilisé pour spécifier qu’un paramètre de méthode est lié à une entité qui peut être résolue par une implémentation de 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
- Héritage
-
EntityAttribute
- Attributs
Constructeurs
EntityAttribute(String) |
Construisez le EntityAttribute. |
Champs
Name |
Nom de l’entité. |