Partager via


IODataInstanceAnnotationContainer Interface

Définition

Interface à utiliser comme conteneur pour contenir des annotations d’instance. Une implémentation par défaut est fournie par Custoer peut implémenter l’interface et peut avoir sa propre implémentation.

public interface IODataInstanceAnnotationContainer
type IODataInstanceAnnotationContainer = interface
Public Interface IODataInstanceAnnotationContainer
Dérivé

Méthodes

AddPropertyAnnotation(String, String, Object)

Méthode pour ajouter une annotation d’instance à une propriété

AddResourceAnnotation(String, Object)

Méthode pour ajouter une annotation d’instance au type CLR

GetPropertyAnnotation(String, String)

Obtenir une annotation d’instance à partir de la propriété

GetPropertyAnnotations(String)

Obtenir toutes les annotations d’une propriété

GetResourceAnnotation(String)

Obtenir une annotation d’instance à partir du type CLR

GetResourceAnnotations()

Obtenir toutes les annotations du type CLR

S’applique à