C# Class CQRS.Talk.Sample1.SeparateReadsFromWrites.Confusing

Show file Open project: trailmax/CQRS.Talk

Public Methods

Method Description
Consumer ( ) : void
Set ( String attributeName, String value ) : bool

Sets the attribute and returns true for successfull, false if key was not found

Method Details

Consumer() public method

public Consumer ( ) : void
return void

Set() public static method

Sets the attribute and returns true for successfull, false if key was not found
public static Set ( String attributeName, String value ) : bool
attributeName String
value String
return bool