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
显示文件 Open project: reinforced/Reinforced.Typings

Public Methods

Method Description
JQueryMethodAttribute ( Type returnType ) : System

Method Details

JQueryMethodAttribute() public method

public JQueryMethodAttribute ( Type returnType ) : System
returnType System.Type
return System