C# Class Lending.Domain.AcceptLink.LinkCompleted

Inheritance: Joshilewis.Cqrs.Event
Mostra file Open project: joshilewis/lending Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
LinkCompleted ( System.Guid processId, System.Guid aggregateId, System.Guid acceptingLibraryId ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LinkCompleted() public method

public LinkCompleted ( System.Guid processId, System.Guid aggregateId, System.Guid acceptingLibraryId ) : System
processId System.Guid
aggregateId System.Guid
acceptingLibraryId System.Guid
return System