C# Class 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

Méthodes protégées

Méthode Description
Event ( System.Guid processId, System.Guid aggregateId ) : System

Method Details

Equals() public méthode

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

Event() protected méthode

protected Event ( System.Guid processId, System.Guid aggregateId ) : System
processId System.Guid
aggregateId System.Guid
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int