IODataInstanceAnnotationContainer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |