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

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

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

Метод Описание
PropertyAttribute ( ) : System

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( string propertyName ) : System

Initializes a new instance of the PropertyAttribute class.

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

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

Gets the custom converter.

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

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

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

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

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( ) : System
Результат System

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

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( string propertyName ) : System
propertyName string Name of the property.
Результат System