C# Класс Thinktecture.Tools.Web.Services.CodeGeneration.Decorators.SvcFileGenerator

Generates .svc files for hosting in IIS and WAS.
Наследование: ICodeDecorator
Показать файл Открыть проект

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

Метод Описание
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

Decorates the specified code.

Приватные методы

Метод Описание
GetFullyQulifiedTypeName ( CustomCodeGenerationOptions options, string typeName ) : string

Описание методов

Decorate() публичный Метод

Decorates the specified code.
public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree The code.
options CustomCodeGenerationOptions The options.
Результат void