C# Class Lending.Domain.RequestLink.LinkRequestReceived

Inheritance: Joshilewis.Cqrs.Event
Afficher le fichier Open project: joshilewis/lending Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
LinkRequestReceived ( System.Guid processId, System.Guid aggregateId, System.Guid requestingLibraryId ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LinkRequestReceived() public méthode

public LinkRequestReceived ( System.Guid processId, System.Guid aggregateId, System.Guid requestingLibraryId ) : System
processId System.Guid
aggregateId System.Guid
requestingLibraryId System.Guid
Résultat System