C# Класс iSynaptic.TestDomain.ServiceCase

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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