Method | Description | |
---|---|---|
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void |
Applies the decorator to the extended CodeDom tree.
|
Method | Description | |
---|---|---|
FormatActions ( AttributableCodeDomObject method, |
||
UpdateActions ( string serviceNamespace, string serviceName, CodeTypeExtension serviceContract ) : void |
public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void | ||
code | ExtendedCodeDomTree | The extended CodeDom tree. |
options | CustomCodeGenerationOptions | The custom code generation options. |
return | void |