C# Class Thinktecture.Tools.Web.Services.CodeGeneration.ServiceTypeGenerator

This class contains the code decorator implementation for generating the service type.
Inheritance: ICodeDecorator
Datei anzeigen Open project: WSCF/WSCF

Public Methods

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

Private Methods

Method Description
CreateServiceType ( ) : void

Method Details

Decorate() public method

public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree
options CustomCodeGenerationOptions
return void