Share via


IODataInstanceAnnotationContainer Interface

Definition

Interface to used as a Container for holding Instance Annotations, An default implementation is provided Custoer can implement the interface and can have their own implementation.

public interface IODataInstanceAnnotationContainer
type IODataInstanceAnnotationContainer = interface
Public Interface IODataInstanceAnnotationContainer
Derived

Methods

AddPropertyAnnotation(String, String, Object)

Method to Add an Instance Annotation to a property

AddResourceAnnotation(String, Object)

Method to Add an Instance Annotation to the CLR type

GetPropertyAnnotation(String, String)

Get an Instance Annotation from the Property

GetPropertyAnnotations(String)

Get all Annotations for a Property

GetResourceAnnotation(String)

Get an Instance Annotation from CLR Type

GetResourceAnnotations()

Get All Annotations from CLR Type

Applies to