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

This class implements the code decorator for converting type/member names from Camel case to Pascal case.
Наследование: ICodeDecorator
Показать файл Открыть проект

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

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

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

Метод Описание
DecorateCore ( FilteredTypes types ) : void

Contains the core logic of pascal case conversion.

DecorateInternal ( ) : void

This function passes the relevent FilteredTypes collections to the DecorateCore function.

UpdateTypeReferences ( string oldName, string newName ) : void

Itterates through the generated code and reflects the type name changes.

UpdateTypeReferencesInternal ( FilteredTypes types, string oldName, string newName ) : void

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

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

public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree
options CustomCodeGenerationOptions
Результат void