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

This class abstracts several ICodeDecorators and provides the necessary interface to manipulate them.
Mostra file Open project: WSCF/WSCF Class Usage Examples

Public Methods

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

Invokes all ICodeDecorator(s) in the decorators collection.

CodeDecorators ( ) : System.Collections.Generic

Private Methods

Method Description
Initialize ( ) : void

Initializes the list of decorators.

Method Details

ApplyDecorations() public method

Invokes all ICodeDecorator(s) in the decorators collection.
public ApplyDecorations ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree
options CustomCodeGenerationOptions
return void

CodeDecorators() public method

public CodeDecorators ( ) : System.Collections.Generic
return System.Collections.Generic