C# 클래스 SdkGenerator.Program

파일 보기 프로젝트 열기: uShip/SdkGenerator

공개 프로퍼티들

프로퍼티 타입 설명
GenedClasses IList

공개 메소드들

메소드 설명
WriteClassProperties ( Type classType, string outputFolder ) : void

비공개 메소드들

메소드 설명
GenerateCode ( string sourceFileName, CodeDomProvider provider, CodeCompileUnit compileunit ) : void
GenerateWebApiClients ( string sourceAssembly, string generatedNamespace, string outputFolder ) : void
IsSimpleType ( Type type ) : bool
Main ( string args ) : int
ShouldRegenerateControllerClients ( string sourceAssembly, string outputFolder ) : bool
WriteEnum ( Type genericArgument, string outputFolder ) : void

메소드 상세

WriteClassProperties() 공개 정적인 메소드

public static WriteClassProperties ( Type classType, string outputFolder ) : void
classType System.Type
outputFolder string
리턴 void

프로퍼티 상세

GenedClasses 공개적으로 정적으로 프로퍼티

public static IList GenedClasses
리턴 IList