C# 클래스 Gringotts.Domain.VentureEvent

파일 보기 프로젝트 열기: bagheera/Gringotts 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( VentureEvent other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
VentureEvent ( ) : System
VentureEvent ( string eventType, Amount outlay ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( VentureEvent other ) : bool
other VentureEvent
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

VentureEvent() 공개 메소드

public VentureEvent ( ) : System
리턴 System

VentureEvent() 공개 메소드

public VentureEvent ( string eventType, Amount outlay ) : System
eventType string
outlay Amount
리턴 System