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

Makes the properties on data contract types virtual.
Inheritance: ICodeDecorator
Afficher le fichier Open project: WSCF/WSCF

Méthodes publiques

Méthode Description
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

Applies the decorator to the extended CodeDom tree.

Method Details

Decorate() public méthode

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.
Résultat void