C# Класс Grikly.Annotations.AspMvcActionAttribute

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

Private Properties

Свойство Тип Описание

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

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

Initializes a new instance of the AspMvcActionAttribute class.

AspMvcActionAttribute ( string anonymousProperty ) : System

Initializes a new instance of the AspMvcActionAttribute class.

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

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

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

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

Initializes a new instance of the AspMvcActionAttribute class.
public AspMvcActionAttribute ( string anonymousProperty ) : System
anonymousProperty string /// The anonymous property. ///
Результат System