C# Class Thinktecture.Tools.Web.Services.CodeGeneration.Decorators.ActionDecorator

Applies the SOAP actions (Action and ReplyAction) using the default WCF formatting.
Inheritance: ICodeDecorator
显示文件 Open project: WSCF/WSCF

Public Methods

Method Description
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

Applies the decorator to the extended CodeDom tree.

Private Methods

Method Description
FormatActions ( AttributableCodeDomObject method, CodeAttributeDeclaration targetAttribute, string serviceNamespace, string serviceName ) : void
UpdateActions ( string serviceNamespace, string serviceName, CodeTypeExtension serviceContract ) : void

Method Details

Decorate() public method

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.
return void