메소드 | 설명 | |
---|---|---|
ServiceCase ( String title, String description, Priority priority, String responsibleParty ) : System | ||
StartCommunicationThread ( String topic, String description, String responsibleParty ) : ICommunicationThread | ||
TakeSnapshot ( ) : IAggregateSnapshot |
메소드 | 설명 | |
---|---|---|
ConflictsWith ( IEnumerable |
||
OnInitialize ( ) : void |
메소드 | 설명 | |
---|---|---|
Apply ( Snapshot snapshot ) : void | ||
On ( CommunicationThreadStarted @event ) : void | ||
On ( Opened @event ) : void |
protected ConflictsWith ( IEnumerable |
||
committedEvents | IEnumerable |
|
attemptedEvents | IEnumerable |
|
리턴 | bool |
public ServiceCase ( String title, String description, Priority priority, String responsibleParty ) : System | ||
title | String | |
description | String | |
priority | Priority | |
responsibleParty | String | |
리턴 | System |
public StartCommunicationThread ( String topic, String description, String responsibleParty ) : ICommunicationThread | ||
topic | String | |
description | String | |
responsibleParty | String | |
리턴 | ICommunicationThread |