C# 클래스 Tests.AutomationExtensions

파일 보기 프로젝트 열기: joshilewis/lending

공개 메소드들

메소드 설명
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 ( Event @event ) : void
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, Type aggregateType, System.Guid aggregateId ) : void
UserRegisters ( System.Guid id, string name, string emailAddress, string picture ) : void

메소드 상세

AcceptLinkForLinkedLibrariesIgnored() 공개 정적인 메소드

public static AcceptLinkForLinkedLibrariesIgnored ( ) : void
리턴 void

AcceptUnrequestedLinkIgnored() 공개 정적인 메소드

public static AcceptUnrequestedLinkIgnored ( ) : void
리턴 void

AcceptsLibraryLink() 공개 정적인 메소드

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
리턴 void

AddsBookToLibrary() 공개 정적인 메소드

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
리턴 void

BookAddedSucccessfully() 공개 정적인 메소드

public static BookAddedSucccessfully ( ) : void
리턴 void

BookAddedToLibrary() 공개 정적인 메소드

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
리턴 void

BookRemovedFromLibrary() 공개 정적인 메소드

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
리턴 void

BookRemovedSucccessfully() 공개 정적인 메소드

public static BookRemovedSucccessfully ( ) : void
리턴 void

DuplicateEventIgnored() 공개 정적인 메소드

public static DuplicateEventIgnored ( ) : void
리턴 void

DuplicateLinkRequestIgnored() 공개 정적인 메소드

public static DuplicateLinkRequestIgnored ( ) : void
리턴 void

FailtNotFound() 공개 정적인 메소드

public static FailtNotFound ( ) : void
리턴 void

HandleEvent() 공개 정적인 메소드

public static HandleEvent ( Event @event ) : void
@event Joshilewis.Cqrs.Event
리턴 void

IgnoreBecauseBookNotInLibrary() 공개 정적인 메소드

public static IgnoreBecauseBookNotInLibrary ( ) : void
리턴 void

LibrariesLinked() 공개 정적인 메소드

public static LibrariesLinked ( ) : void
리턴 void

LibraryOpened() 공개 정적인 메소드

public static LibraryOpened ( System.Guid processId, System.Guid userId, string name ) : void
processId System.Guid
userId System.Guid
name string
리턴 void

LibraryOpenedSuccessfully() 공개 정적인 메소드

public static LibraryOpenedSuccessfully ( ) : void
리턴 void

LinkAccepted() 공개 정적인 메소드

public static LinkAccepted ( System.Guid processId, System.Guid aggregateId, System.Guid requestingLibraryId ) : void
processId System.Guid
aggregateId System.Guid
requestingLibraryId System.Guid
리턴 void

LinkRequestCreated() 공개 정적인 메소드

public static LinkRequestCreated ( ) : void
리턴 void

LinkRequestForLinkedLibrariesIgnored() 공개 정적인 메소드

public static LinkRequestForLinkedLibrariesIgnored ( ) : void
리턴 void

LinkRequested() 공개 정적인 메소드

public static LinkRequested ( System.Guid processId, System.Guid aggregateId, System.Guid targetLibraryId ) : void
processId System.Guid
aggregateId System.Guid
targetLibraryId System.Guid
리턴 void

LinkRequestedToSelfIgnored() 공개 정적인 메소드

public static LinkRequestedToSelfIgnored ( ) : void
리턴 void

OpensLibrary() 공개 정적인 메소드

public static OpensLibrary ( System.Guid processId, System.Guid userId, string name ) : void
processId System.Guid
userId System.Guid
name string
리턴 void

RemovesBookFromLibrary() 공개 정적인 메소드

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
리턴 void

RequestsLibraryLink() 공개 정적인 메소드

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
리턴 void

ReverseLinkRequestIgnored() 공개 정적인 메소드

public static ReverseLinkRequestIgnored ( ) : void
리턴 void

SearchForLibraries() 공개 정적인 메소드

public static SearchForLibraries ( string searchTerm ) : void
searchTerm string
리턴 void

SearchForLibrariesAsUser() 공개 정적인 메소드

public static SearchForLibrariesAsUser ( string searchTerm, System.Guid userId ) : void
searchTerm string
userId System.Guid
리턴 void

UnauthorisedCommandIgnored() 공개 정적인 메소드

public static UnauthorisedCommandIgnored ( System.Guid userId, Type aggregateType, System.Guid aggregateId ) : void
userId System.Guid
aggregateType System.Type
aggregateId System.Guid
리턴 void

UserRegisters() 공개 정적인 메소드

public static UserRegisters ( System.Guid id, string name, string emailAddress, string picture ) : void
id System.Guid
name string
emailAddress string
picture string
리턴 void