C# Class Lending.Domain.RequestLink.LinkRequested

Inheritance: Joshilewis.Cqrs.Event
Mostrar archivo Open project: joshilewis/lending Class Usage Examples

Public Methods

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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

LinkRequested() public method

public LinkRequested ( System.Guid processId, System.Guid aggregateId, System.Guid targetLibraryId ) : System
processId System.Guid
aggregateId System.Guid
targetLibraryId System.Guid
return System