C# Class iSynaptic.TestDomain.ServiceCase

Datei anzeigen Open project: iSynaptic/iSynaptic.Core Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ConflictsWith ( IEnumerable committedEvents, IEnumerable attemptedEvents ) : bool
OnInitialize ( ) : void

Private Methods

Method Description
Apply ( Snapshot snapshot ) : void
On ( CommunicationThreadStarted @event ) : void
On ( Opened @event ) : void

Method Details

ConflictsWith() protected method

protected ConflictsWith ( IEnumerable committedEvents, IEnumerable attemptedEvents ) : bool
committedEvents IEnumerable
attemptedEvents IEnumerable
return bool

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

ServiceCase() public method

public ServiceCase ( String title, String description, Priority priority, String responsibleParty ) : System
title String
description String
priority Priority
responsibleParty String
return System

StartCommunicationThread() public method

public StartCommunicationThread ( String topic, String description, String responsibleParty ) : ICommunicationThread
topic String
description String
responsibleParty String
return ICommunicationThread

TakeSnapshot() public method

public TakeSnapshot ( ) : IAggregateSnapshot
return IAggregateSnapshot