C# Класс Catel.Fody.ExposeAttribute

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

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

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

Initializes a new instance of the ExposeAttribute class.

Do not create default values for attribute constructors! For more information, see: http://stackoverflow.com/questions/8290853/attribute-argument-must-be-a-constant-error-when-using-an-optional-parameter-in

ExposeAttribute ( string propertyName, string propertyNameOnModel ) : System

Initializes a new instance of the ExposeAttribute class.

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

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

Initializes a new instance of the ExposeAttribute class.
Do not create default values for attribute constructors! For more information, see: http://stackoverflow.com/questions/8290853/attribute-argument-must-be-a-constant-error-when-using-an-optional-parameter-in
The is null or whitespace.
public ExposeAttribute ( string propertyName ) : System
propertyName string Name of the property.
Результат System

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

Initializes a new instance of the ExposeAttribute class.
The is null or whitespace.
public ExposeAttribute ( string propertyName, string propertyNameOnModel ) : System
propertyName string Name of the property.
propertyNameOnModel string The property name configuration model.
Результат System