Method | Description | |
---|---|---|
AcceptLinkForLinkedLibrariesIgnored ( ) : void | ||
AcceptUnrequestedLinkIgnored ( ) : void | ||
AcceptsLibraryLink ( System.Guid transactionId, System.Guid libraryId, System.Guid userId, System.Guid requestingLibraryId ) : void | ||
AddsBookToLibrary ( System.Guid transactionId, System.Guid libraryId, System.Guid userId, string title, string author, string isbn, int publishYear ) : void | ||
BookAddedSucccessfully ( ) : void | ||
BookAddedToLibrary ( System.Guid processId, System.Guid aggregateId, string title, string author, string isbn, int publishYear ) : void | ||
BookRemovedFromLibrary ( System.Guid processId, System.Guid aggregateId, string title, string author, string isbn, int publishYear ) : void | ||
BookRemovedSucccessfully ( ) : void | ||
DuplicateEventIgnored ( ) : void | ||
DuplicateLinkRequestIgnored ( ) : void | ||
FailtNotFound ( ) : void | ||
HandleEvent ( |
||
IgnoreBecauseBookNotInLibrary ( ) : void | ||
LibrariesLinked ( ) : void | ||
LibraryOpened ( System.Guid processId, System.Guid userId, string name ) : void | ||
LibraryOpenedSuccessfully ( ) : void | ||
LinkAccepted ( System.Guid processId, System.Guid aggregateId, System.Guid requestingLibraryId ) : void | ||
LinkRequestCreated ( ) : void | ||
LinkRequestForLinkedLibrariesIgnored ( ) : void | ||
LinkRequested ( System.Guid processId, System.Guid aggregateId, System.Guid targetLibraryId ) : void | ||
LinkRequestedToSelfIgnored ( ) : void | ||
OpensLibrary ( System.Guid processId, System.Guid userId, string name ) : void | ||
RemovesBookFromLibrary ( System.Guid transactionId, System.Guid libraryId, System.Guid userId, string title, string author, string isbn, int publishYear ) : void | ||
RequestsLibraryLink ( System.Guid transactionId, System.Guid libraryId, System.Guid userId, System.Guid targetLibraryId ) : void | ||
ReverseLinkRequestIgnored ( ) : void | ||
SearchForLibraries ( string searchTerm ) : void | ||
SearchForLibrariesAsUser ( string searchTerm, System.Guid userId ) : void | ||
UnauthorisedCommandIgnored ( System.Guid userId, |
||
UserRegisters ( System.Guid id, string name, string emailAddress, string picture ) : void |
public static AcceptLinkForLinkedLibrariesIgnored ( ) : void | ||
return | void |
public static AcceptUnrequestedLinkIgnored ( ) : void | ||
return | void |
public static AcceptsLibraryLink ( System.Guid transactionId, System.Guid libraryId, System.Guid userId, System.Guid requestingLibraryId ) : void | ||
transactionId | System.Guid | |
libraryId | System.Guid | |
userId | System.Guid | |
requestingLibraryId | System.Guid | |
return | void |
public static AddsBookToLibrary ( System.Guid transactionId, System.Guid libraryId, System.Guid userId, string title, string author, string isbn, int publishYear ) : void | ||
transactionId | System.Guid | |
libraryId | System.Guid | |
userId | System.Guid | |
title | string | |
author | string | |
isbn | string | |
publishYear | int | |
return | void |
public static BookAddedSucccessfully ( ) : void | ||
return | void |
public static BookAddedToLibrary ( System.Guid processId, System.Guid aggregateId, string title, string author, string isbn, int publishYear ) : void | ||
processId | System.Guid | |
aggregateId | System.Guid | |
title | string | |
author | string | |
isbn | string | |
publishYear | int | |
return | void |
public static BookRemovedFromLibrary ( System.Guid processId, System.Guid aggregateId, string title, string author, string isbn, int publishYear ) : void | ||
processId | System.Guid | |
aggregateId | System.Guid | |
title | string | |
author | string | |
isbn | string | |
publishYear | int | |
return | void |
public static BookRemovedSucccessfully ( ) : void | ||
return | void |
public static DuplicateEventIgnored ( ) : void | ||
return | void |
public static DuplicateLinkRequestIgnored ( ) : void | ||
return | void |
public static HandleEvent ( |
||
@event | ||
return | void |
public static IgnoreBecauseBookNotInLibrary ( ) : void | ||
return | void |
public static LibraryOpened ( System.Guid processId, System.Guid userId, string name ) : void | ||
processId | System.Guid | |
userId | System.Guid | |
name | string | |
return | void |
public static LibraryOpenedSuccessfully ( ) : void | ||
return | void |
public static LinkAccepted ( System.Guid processId, System.Guid aggregateId, System.Guid requestingLibraryId ) : void | ||
processId | System.Guid | |
aggregateId | System.Guid | |
requestingLibraryId | System.Guid | |
return | void |
public static LinkRequestForLinkedLibrariesIgnored ( ) : void | ||
return | void |
public static LinkRequested ( System.Guid processId, System.Guid aggregateId, System.Guid targetLibraryId ) : void | ||
processId | System.Guid | |
aggregateId | System.Guid | |
targetLibraryId | System.Guid | |
return | void |
public static LinkRequestedToSelfIgnored ( ) : void | ||
return | void |
public static OpensLibrary ( System.Guid processId, System.Guid userId, string name ) : void | ||
processId | System.Guid | |
userId | System.Guid | |
name | string | |
return | void |
public static RemovesBookFromLibrary ( System.Guid transactionId, System.Guid libraryId, System.Guid userId, string title, string author, string isbn, int publishYear ) : void | ||
transactionId | System.Guid | |
libraryId | System.Guid | |
userId | System.Guid | |
title | string | |
author | string | |
isbn | string | |
publishYear | int | |
return | void |
public static RequestsLibraryLink ( System.Guid transactionId, System.Guid libraryId, System.Guid userId, System.Guid targetLibraryId ) : void | ||
transactionId | System.Guid | |
libraryId | System.Guid | |
userId | System.Guid | |
targetLibraryId | System.Guid | |
return | void |
public static ReverseLinkRequestIgnored ( ) : void | ||
return | void |
public static SearchForLibraries ( string searchTerm ) : void | ||
searchTerm | string | |
return | void |
public static SearchForLibrariesAsUser ( string searchTerm, System.Guid userId ) : void | ||
searchTerm | string | |
userId | System.Guid | |
return | void |
public static UnauthorisedCommandIgnored ( System.Guid userId, |
||
userId | System.Guid | |
aggregateType | ||
aggregateId | System.Guid | |
return | void |
public static UserRegisters ( System.Guid id, string name, string emailAddress, string picture ) : void | ||
id | System.Guid | |
name | string | |
emailAddress | string | |
picture | string | |
return | void |