C# (CSharp) Reinforced.Typings.Samples.Difficult.CodeGenerators.ReinforcedTypings.jQuery Namespace

Classes

Name Description
JQueryActionCallGenerator This is our code generator. Its purpose is to consume MethodInfo as source and produce RtFunction TypeScript AST node as result. We will inherit regular Method Code generator and slilghtly adjust its result for convinence.
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.