C# Class ServiceClientGenerator.CustomizationCompiler

Used to compile json customizations
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void