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

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

공개 메소드들

메소드 설명
CQS_Compliant ( ) : void

This is CQS compliant version that does the same thing as above.

CQS_Violation ( ) : void

CQS is not always applicable. Operations with Dictionary have a prime example of TryGetValue: returns boolean for success and populates out-variable with value.

DictinarySample ( ) : System

메소드 상세

CQS_Compliant() 공개 메소드

This is CQS compliant version that does the same thing as above.
public CQS_Compliant ( ) : void
리턴 void

CQS_Violation() 공개 메소드

CQS is not always applicable. Operations with Dictionary have a prime example of TryGetValue: returns boolean for success and populates out-variable with value.
public CQS_Violation ( ) : void
리턴 void

DictinarySample() 공개 메소드

public DictinarySample ( ) : System
리턴 System