ClrTypeAnnotation Class

Represents a mapping from an IEdmType to a CLR type.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.ClrTypeAnnotation

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Class ClrTypeAnnotation
'Usage
Dim instance As ClrTypeAnnotation
public class ClrTypeAnnotation
public ref class ClrTypeAnnotation
type ClrTypeAnnotation =  class end
public class ClrTypeAnnotation

The ClrTypeAnnotation type exposes the following members.

Constructors

  Name Description
Public method ClrTypeAnnotation Initializes a new instance of ClrTypeAnnotation class.

Top

Properties

  Name Description
Public property ClrType The backing CLR type for the EDM type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.OData Namespace