C# Класс CQRS.Talk.Sample1.SeparateReadsFromWrites.Separate

The solution to the previous problem is to separate command from a query. Query if the attribute exists; then update the value - as 2 different operations
Показать файл Открыть проект

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

Метод Описание
AttributeExists ( String attributeName ) : bool
Consumer ( ) : void
SetAttribute ( String attributeName, String value ) : void

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

AttributeExists() публичный Метод

public AttributeExists ( String attributeName ) : bool
attributeName String
Результат bool

Consumer() публичный Метод

public Consumer ( ) : void
Результат void

SetAttribute() публичный Метод

public SetAttribute ( String attributeName, String value ) : void
attributeName String
value String
Результат void