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
파일 보기 프로젝트 열기: reinforced/Reinforced.Typings

공개 메소드들

메소드 설명
JQueryMethodAttribute ( Type returnType ) : System

메소드 상세

JQueryMethodAttribute() 공개 메소드

public JQueryMethodAttribute ( Type returnType ) : System
returnType System.Type
리턴 System