C# Класс GSoft.Dynamite.Binding.ProjectedPropertyAttribute

Наследование: PropertyAttribute
Показать файл Открыть проект

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

Метод Описание
ProjectedPropertyAttribute ( string projectedFieldName ) : System

Initializes a new instance of the ProjectedPropertyAttribute class.

Защищенные методы

Метод Описание
CreateConverter ( ) : IConverter

Gets the custom converter.

Описание методов

CreateConverter() защищенный Метод

Gets the custom converter.
protected CreateConverter ( ) : IConverter
Результат IConverter

ProjectedPropertyAttribute() публичный Метод

Initializes a new instance of the ProjectedPropertyAttribute class.
public ProjectedPropertyAttribute ( string projectedFieldName ) : System
projectedFieldName string Name of the projected field.
Результат System