C# Class Gringotts.Domain.VentureEvent

ファイルを表示 Open project: bagheera/Gringotts Class Usage Examples

Public Methods

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

Method Details

Equals() public method

public Equals ( VentureEvent other ) : bool
other VentureEvent
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

VentureEvent() public method

public VentureEvent ( ) : System
return System

VentureEvent() public method

public VentureEvent ( string eventType, Amount outlay ) : System
eventType string
outlay Amount
return System