C# 클래스 Nimrod.TypeScriptType

파일 보기 프로젝트 열기: resgroup/nimrod

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( Predicate includeNamespace ) : string
includeNamespace Predicate
리턴 string

ToString() 공개 메소드

public ToString ( Predicate includeNamespace, bool includeGenericArguments ) : string
includeNamespace Predicate
includeGenericArguments bool
리턴 string

ToString() 공개 메소드

public ToString ( Predicate includeNamespace, bool includeGenericArguments, bool strictNullCheck ) : string
includeNamespace Predicate
includeGenericArguments bool
strictNullCheck bool
리턴 string

ToString() 공개 메소드

public ToString ( ToTypeScriptOptions options ) : string
options ToTypeScriptOptions
리턴 string

TypeScriptType() 공개 메소드

public TypeScriptType ( Type type ) : System
type System.Type
리턴 System