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

Afficher le fichier Open project: trailmax/CQRS.Talk

Méthodes publiques

Méthode Description
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

Method Details

CQS_Compliant() public méthode

This is CQS compliant version that does the same thing as above.
public CQS_Compliant ( ) : void
Résultat void

CQS_Violation() public méthode

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
Résultat void

DictinarySample() public méthode

public DictinarySample ( ) : System
Résultat System