C# Class Gringotts.Domain.VentureEvent

Afficher le fichier Open project: bagheera/Gringotts Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( VentureEvent other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
VentureEvent ( ) : System
VentureEvent ( string eventType, Amount outlay ) : System

Method Details

Equals() public méthode

public Equals ( VentureEvent other ) : bool
other VentureEvent
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

VentureEvent() public méthode

public VentureEvent ( ) : System
Résultat System

VentureEvent() public méthode

public VentureEvent ( string eventType, Amount outlay ) : System
eventType string
outlay Amount
Résultat System