Method | Description | |
---|---|---|
AppendEventsToStream ( string streamName, IEnumerable | ||
CreateNewStream ( string streamName, IEnumerable | ||
EventStore ( IDocumentSession documentSession ) : System | ||
GetStream ( string streamName, int fromVersion, int toVersion ) : IEnumerable |
public AppendEventsToStream ( string streamName, IEnumerable | ||
streamName | string | |
domainEvents | IEnumerable | |
return | void |
public CreateNewStream ( string streamName, IEnumerable | ||
streamName | string | |
domainEvents | IEnumerable | |
return | void |
public EventStore ( IDocumentSession documentSession ) : System | ||
documentSession | IDocumentSession | |
return | System |
public GetStream ( string streamName, int fromVersion, int toVersion ) : IEnumerable | ||
streamName | string | |
fromVersion | int | |
toVersion | int | |
return | IEnumerable |