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

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

Méthodes publiques

Méthode Description
ApplyDecorations ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

Invokes all ICodeDecorator(s) in the decorators collection.

CodeDecorators ( ) : System.Collections.Generic

Private Methods

Méthode Description
Initialize ( ) : void

Initializes the list of decorators.

Method Details

ApplyDecorations() public méthode

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

CodeDecorators() public méthode

public CodeDecorators ( ) : System.Collections.Generic
Résultat System.Collections.Generic