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

This class abstracts several ICodeDecorators and provides the necessary interface to manipulate them.
Показать файл Открыть проект Примеры использования класса

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

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

Invokes all ICodeDecorator(s) in the decorators collection.

CodeDecorators ( ) : System.Collections.Generic

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

Метод Описание
Initialize ( ) : void

Initializes the list of decorators.

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

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

Invokes all ICodeDecorator(s) in the decorators collection.
public ApplyDecorations ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree
options CustomCodeGenerationOptions
Результат void

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

public CodeDecorators ( ) : System.Collections.Generic
Результат System.Collections.Generic