C# Класс Reinforced.Typings.Samples.Difficult.CodeGenerators.ReinforcedTypings.jQuery.JQueryMethodAttribute

Since controller method only can return ActionResult and there is no way to programmaticaly determine action result then we need special attribute to describe controller method return. We will inherit this attribute from TsFunction attribute since we anyway have to specify exported methods in fluent configuration either via attributes.
Наследование: TsFunctionAttribute
Показать файл Открыть проект

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

Метод Описание
JQueryMethodAttribute ( Type returnType ) : System

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

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

public JQueryMethodAttribute ( Type returnType ) : System
returnType System.Type
Результат System