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

Details for an entity binding.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EntityBindingDetail ( PropertyInfo entityProperty, string valueKey, IConverter converter, BindingType bindingType ) : System.Reflection

Initializes a new instance of the EntityBindingDetail class.

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

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

Initializes a new instance of the EntityBindingDetail class.
public EntityBindingDetail ( PropertyInfo entityProperty, string valueKey, IConverter converter, BindingType bindingType ) : System.Reflection
entityProperty System.Reflection.PropertyInfo The entity property.
valueKey string The value key.
converter IConverter The converter.
bindingType BindingType Type of the binding.
Результат System.Reflection