C# Класс Res.Core.Storage.CommitBuilder.ExpectingAnotherEventOrCommit

Показать файл Открыть проект

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

Метод Описание
Build ( ) : CommitsForStorage
Event ( EventForStorage e ) : ExpectingAnotherEventOrCommit
ExpectingAnotherEventOrCommit ( CommitInfo commit, CommitBuilder instance ) : System
NewCommit ( System.Guid commitId, string context, string stream ) : ExpectingEvent

Описание методов

Build() публичный Метод

public Build ( ) : CommitsForStorage
Результат CommitsForStorage

Event() публичный Метод

public Event ( EventForStorage e ) : ExpectingAnotherEventOrCommit
e EventForStorage
Результат ExpectingAnotherEventOrCommit

ExpectingAnotherEventOrCommit() публичный Метод

public ExpectingAnotherEventOrCommit ( CommitInfo commit, CommitBuilder instance ) : System
commit CommitInfo
instance CommitBuilder
Результат System

NewCommit() публичный Метод

public NewCommit ( System.Guid commitId, string context, string stream ) : ExpectingEvent
commitId System.Guid
context string
stream string
Результат ExpectingEvent