C# Class iSynaptic.TestDomain.ServiceCase

Afficher le fichier Open project: iSynaptic/iSynaptic.Core Class Usage Examples

Méthodes publiques

Méthode Description
ServiceCase ( String title, String description, Priority priority, String responsibleParty ) : System
StartCommunicationThread ( String topic, String description, String responsibleParty ) : ICommunicationThread
TakeSnapshot ( ) : IAggregateSnapshot

Méthodes protégées

Méthode Description
ConflictsWith ( IEnumerable committedEvents, IEnumerable attemptedEvents ) : bool
OnInitialize ( ) : void

Private Methods

Méthode Description
Apply ( Snapshot snapshot ) : void
On ( CommunicationThreadStarted @event ) : void
On ( Opened @event ) : void

Method Details

ConflictsWith() protected méthode

protected ConflictsWith ( IEnumerable committedEvents, IEnumerable attemptedEvents ) : bool
committedEvents IEnumerable
attemptedEvents IEnumerable
Résultat bool

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

ServiceCase() public méthode

public ServiceCase ( String title, String description, Priority priority, String responsibleParty ) : System
title String
description String
priority Priority
responsibleParty String
Résultat System

StartCommunicationThread() public méthode

public StartCommunicationThread ( String topic, String description, String responsibleParty ) : ICommunicationThread
topic String
description String
responsibleParty String
Résultat ICommunicationThread

TakeSnapshot() public méthode

public TakeSnapshot ( ) : IAggregateSnapshot
Résultat IAggregateSnapshot