C# Class Nimrod.TypeScriptType

Afficher le fichier Open project: resgroup/nimrod

Méthodes publiques

Méthode Description
ToString ( ) : string
ToString ( Predicate includeNamespace ) : string
ToString ( Predicate includeNamespace, bool includeGenericArguments ) : string
ToString ( Predicate includeNamespace, bool includeGenericArguments, bool strictNullCheck ) : string
ToString ( ToTypeScriptOptions options ) : string
TypeScriptType ( Type type ) : System

Private Methods

Méthode Description
ArrayToTypeScript ( ToTypeScriptOptions options ) : string
GenericTypeToTypeScript ( Type type, ToTypeScriptOptions options ) : string

Generic type, emit GenericType`2 as GenericType

ToTypeScriptForGenericClass ( Type type, ToTypeScriptOptions options ) : string

Complicated stuff for returning the name of a generic class

TryGetTypeScriptForSimpleType ( Type type, ToTypeScriptOptions options, string &value ) : bool

Return TypeScript type for simple type like numbers, datetime, string, etc..

TupleToTypeScript ( Type type, ToTypeScriptOptions options ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( Predicate includeNamespace ) : string
includeNamespace Predicate
Résultat string

ToString() public méthode

public ToString ( Predicate includeNamespace, bool includeGenericArguments ) : string
includeNamespace Predicate
includeGenericArguments bool
Résultat string

ToString() public méthode

public ToString ( Predicate includeNamespace, bool includeGenericArguments, bool strictNullCheck ) : string
includeNamespace Predicate
includeGenericArguments bool
strictNullCheck bool
Résultat string

ToString() public méthode

public ToString ( ToTypeScriptOptions options ) : string
options ToTypeScriptOptions
Résultat string

TypeScriptType() public méthode

public TypeScriptType ( Type type ) : System
type System.Type
Résultat System