C# Class Lending.Domain.OpenLibrary.LibraryOpened

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
LibraryOpened ( System.Guid processId, System.Guid aggregateId, string name, System.Guid adminId ) : 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

LibraryOpened() public méthode

public LibraryOpened ( System.Guid processId, System.Guid aggregateId, string name, System.Guid adminId ) : System
processId System.Guid
aggregateId System.Guid
name string
adminId System.Guid
Résultat System