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

Arguments for a conversion.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConversionArguments ( string propertyName, Type propertyType, string valueKey ) : System

Initializes a new instance of the ConversionArguments class.

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

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

Initializes a new instance of the ConversionArguments class.
public ConversionArguments ( string propertyName, Type propertyType, string valueKey ) : System
propertyName string Name of the property.
propertyType System.Type Type of the property.
valueKey string Name of the target.
Результат System