C# 클래스 TypescriptGeneration.TypescriptBuilder

파일 보기 프로젝트 열기: HouseOfTheFuture/API-App

공개 메소드들

메소드 설명
GetTypescriptContracts ( ) : string
GetTypescriptContractsCamelCase ( ) : string

비공개 메소드들

메소드 설명
GenerateClass ( StringBuilder stringBuilder, Type type, TypescriptAttribute attribute, bool camelCase ) : void
GenerateEnum ( StringBuilder stringBuilder, Type type ) : void
GenerateInterface ( StringBuilder stringBuilder, Type type, TypescriptAttribute attribute, bool camelCase ) : void
GenerateTypescript ( StringBuilder stringBuilder, Type type, TypescriptAttribute attribute, bool camelCase ) : void
GetAllProperties ( Type type, bool inheritedTypescriptContracts ) : IEnumerable
GetTypescriptContracts ( bool camelCase ) : string
ToCamelCase ( string s ) : string

메소드 상세

GetTypescriptContracts() 공개 정적인 메소드

public static GetTypescriptContracts ( ) : string
리턴 string

GetTypescriptContractsCamelCase() 공개 정적인 메소드

public static GetTypescriptContractsCamelCase ( ) : string
리턴 string