Share via


ODataTypeAnnotation Class

Definition

Annotation which stores the EDM type information of a value.

public sealed class ODataTypeAnnotation
type ODataTypeAnnotation = class
Public NotInheritable Class ODataTypeAnnotation
Inheritance
ODataTypeAnnotation

Remarks

This annotation will be used on ODataResource and ODataCollectionValue.

Constructors

ODataTypeAnnotation()

Creates a new instance of the type annotation without a type name.

ODataTypeAnnotation(String)

Creates a new instance of the type annotation with a type name.

Properties

TypeName

Gets the type name to serialize, for the annotated item.

Applies to