C# Класс MvcApi.OData.ClrTypeAnnotation

Represents a mapping from an IEdmType to a CLR type.
Показать файл Открыть проект

Открытые методы

Метод Описание
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