C# 클래스 Thinktecture.Tools.Web.Services.CodeGeneration.CodeDecorators

This class abstracts several ICodeDecorators and provides the necessary interface to manipulate them.
파일 보기 프로젝트 열기: WSCF/WSCF 1 사용 예제들

공개 메소드들

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