C# Class Thinktecture.Tools.Web.Services.CodeGeneration.Decorators.SvcFileGenerator

Generates .svc files for hosting in IIS and WAS.
Inheritance: ICodeDecorator
Datei anzeigen Open project: WSCF/WSCF

Public Methods

Method Description
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

Decorates the specified code.

Private Methods

Method Description
GetFullyQulifiedTypeName ( CustomCodeGenerationOptions options, string typeName ) : string

Method Details

Decorate() public method

Decorates the specified code.
public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree The code.
options CustomCodeGenerationOptions The options.
return void