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

Applies the SOAP actions (Action and ReplyAction) using the default WCF formatting.
상속: ICodeDecorator
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

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

Applies the decorator to the extended CodeDom tree.

비공개 메소드들

메소드 설명
FormatActions ( AttributableCodeDomObject method, CodeAttributeDeclaration targetAttribute, string serviceNamespace, string serviceName ) : void
UpdateActions ( string serviceNamespace, string serviceName, CodeTypeExtension serviceContract ) : void

메소드 상세

Decorate() 공개 메소드

Applies the decorator to the extended CodeDom tree.
public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree The extended CodeDom tree.
options CustomCodeGenerationOptions The custom code generation options.
리턴 void