C# 클래스 Thinktecture.Tools.Web.Services.CodeGeneration.Decorators.SvcFileGenerator

Generates .svc files for hosting in IIS and WAS.
상속: ICodeDecorator
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

Decorates the specified code.

비공개 메소드들

메소드 설명
GetFullyQulifiedTypeName ( CustomCodeGenerationOptions options, string typeName ) : string

메소드 상세

Decorate() 공개 메소드

Decorates the specified code.
public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree The code.
options CustomCodeGenerationOptions The options.
리턴 void