C# Class 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.
Inheritance: TsFunctionAttribute
Afficher le fichier Open project: reinforced/Reinforced.Typings

Méthodes publiques

Méthode Description
JQueryMethodAttribute ( Type returnType ) : System

Method Details

JQueryMethodAttribute() public méthode

public JQueryMethodAttribute ( Type returnType ) : System
returnType System.Type
Résultat System