C# 클래스 MvcApi.OData.ClrTypeAnnotation

Represents a mapping from an IEdmType to a CLR type.
파일 보기 프로젝트 열기: dax70/MvcApi

공개 메소드들

메소드 설명
ClrTypeAnnotation ( Type clrType ) : System

Initializes a new instance of ClrTypeAnnotation class.

메소드 상세

ClrTypeAnnotation() 공개 메소드

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