C# Класс ServiceClientGenerator.CustomizationCompiler

Used to compile json customizations
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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