C# Класс Nimrod.Writers.ControllerToTypeScript

Наследование: ToTypeScript
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ControllerToTypeScript ( TypeScriptType type, bool strictNullCheck ) : System
GetImports ( ) : IEnumerable
GetLines ( ) : IEnumerable
GetMethodSignature ( MethodInfo method ) : string

Return method signature in typescript of a C# method

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

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

public ControllerToTypeScript ( TypeScriptType type, bool strictNullCheck ) : System
type TypeScriptType
strictNullCheck bool
Результат System

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

public GetImports ( ) : IEnumerable
Результат IEnumerable

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

public GetLines ( ) : IEnumerable
Результат IEnumerable

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

Return method signature in typescript of a C# method
public GetMethodSignature ( MethodInfo method ) : string
method System.Reflection.MethodInfo The method
Результат string