C# Класс Thinktecture.Tools.Web.Services.CodeGeneration.Decorators.AutoSetSpecifiedPropertiesDecorator

Automatically set the ___Specified property to true when setter on matching property is called.
Наследование: ICodeDecorator
Показать файл Открыть проект

Открытые методы

Метод Описание
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

Applies the decorator to the extended CodeDom tree.

Приватные методы

Метод Описание
FindMatchingSpecifiedProperty ( CodeTypeExtension type, string propertyName ) : CodeMemberProperty

Описание методов

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