C# 클래스 CQRS.Talk.Sample1.SeparateReadsFromWrites.Confusing

파일 보기 프로젝트 열기: trailmax/CQRS.Talk

공개 메소드들

메소드 설명
Consumer ( ) : void
Set ( String attributeName, String value ) : bool

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

메소드 상세

Consumer() 공개 메소드

public Consumer ( ) : void
리턴 void

Set() 공개 정적인 메소드

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
리턴 bool