C# 클래스 ServiceClientGenerator.CustomizationCompiler

Used to compile json customizations
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CompileServiceCustomizations ( string modelsPath ) : void

Compiles all files in the namespace *.customizations*.json into one large json file in bin\Release|Debug\customizations folder

메소드 상세

CompileServiceCustomizations() 공개 정적인 메소드

Compiles all files in the namespace *.customizations*.json into one large json file in bin\Release|Debug\customizations folder
public static CompileServiceCustomizations ( string modelsPath ) : void
modelsPath string The path the to customization models to be compiled
리턴 void