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
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
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