C# 클래스 iSynaptic.TestDomain.ServiceCase

파일 보기 프로젝트 열기: iSynaptic/iSynaptic.Core 1 사용 예제들

공개 메소드들

메소드 설명
ServiceCase ( String title, String description, Priority priority, String responsibleParty ) : System
StartCommunicationThread ( String topic, String description, String responsibleParty ) : ICommunicationThread
TakeSnapshot ( ) : IAggregateSnapshot

보호된 메소드들

메소드 설명
ConflictsWith ( IEnumerable committedEvents, IEnumerable attemptedEvents ) : bool
OnInitialize ( ) : void

비공개 메소드들

메소드 설명
Apply ( Snapshot snapshot ) : void
On ( CommunicationThreadStarted @event ) : void
On ( Opened @event ) : void

메소드 상세

ConflictsWith() 보호된 메소드

protected ConflictsWith ( IEnumerable committedEvents, IEnumerable attemptedEvents ) : bool
committedEvents IEnumerable
attemptedEvents IEnumerable
리턴 bool

OnInitialize() 보호된 메소드

protected OnInitialize ( ) : void
리턴 void

ServiceCase() 공개 메소드

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

StartCommunicationThread() 공개 메소드

public StartCommunicationThread ( String topic, String description, String responsibleParty ) : ICommunicationThread
topic String
description String
responsibleParty String
리턴 ICommunicationThread

TakeSnapshot() 공개 메소드

public TakeSnapshot ( ) : IAggregateSnapshot
리턴 IAggregateSnapshot