C# Class MvcApi.OData.ClrTypeAnnotation

Represents a mapping from an IEdmType to a CLR type.
Exibir arquivo Open project: dax70/MvcApi

Public Methods

Method Description
ClrTypeAnnotation ( Type clrType ) : System

Initializes a new instance of ClrTypeAnnotation class.

Method Details

ClrTypeAnnotation() public method

Initializes a new instance of ClrTypeAnnotation class.
public ClrTypeAnnotation ( Type clrType ) : System
clrType System.Type The backing CLR type for the EDM type.
return System