C# Class ServiceClientGenerator.CustomizationCompiler

Used to compile json customizations
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CompileServiceCustomizations ( string modelsPath ) : void

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

Method Details

CompileServiceCustomizations() public static method

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
return void