Table of Contents

Class ClrTypeAnnotation

Namespace
System.Web.Http.OData
Assembly
System.Web.Http.OData.dll

Represents a mapping from an Microsoft.Data.Edm.IEdmType to a CLR type.

public class ClrTypeAnnotation
Inheritance
ClrTypeAnnotation
Inherited Members

Constructors

ClrTypeAnnotation(Type)

Initializes a new instance of ClrTypeAnnotation class.

public ClrTypeAnnotation(Type clrType)

Parameters

clrType Type

The backing CLR type for the EDM type.

Properties

ClrType

The backing CLR type for the EDM type.

public Type ClrType { get; set; }

Property Value

Type