메소드 |
설명 |
|
AddOffer ( Investor investor, Amount investedAmount ) : Offer |
|
|
ChangeStateToCancelled ( ) : void |
|
|
ChangeStateToStarted ( ) : void |
|
|
Equals ( Venture other ) : bool |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
|
|
GetVentureHistory ( ) : VentureHistory |
|
|
GoBankrupt ( ) : void |
|
|
HandOutDividends ( Amount dividend ) : void |
|
|
IsClosed ( ) : bool |
|
|
IsProposed ( ) : bool |
|
|
IsStarted ( ) : bool |
|
|
Split ( TermsOfSplit termsOfSplit ) : IEnumerable |
|
|
Start ( ) : void |
|
|
SubscribedAmount ( ) : Amount |
|
|
Venture ( ) : System |
|
|
Venture ( Name name, Amount outlay, Amount minInvestment ) : System |
|
|