Méthode | Description | |
---|---|---|
AcceptCashFromParent ( |
||
Child ( string name, string userName, string password, int parentId ) : System | ||
GetRoles ( ) : string[] | ||
ReceivePayment ( decimal amount, string description ) : void | ||
WithdrawCashFromParent ( |
||
WithdrawInternal ( |
Méthode | Description | |
---|---|---|
Child ( ) : System |
public AcceptCashFromParent ( |
||
parent | ||
amount | decimal | |
description | string | |
Résultat | void |
public Child ( string name, string userName, string password, int parentId ) : System | ||
name | string | |
userName | string | |
password | string | |
parentId | int | |
Résultat | System |
public ReceivePayment ( decimal amount, string description ) : void | ||
amount | decimal | |
description | string | |
Résultat | void |
public WithdrawCashFromParent ( |
||
parent | ||
amount | decimal | |
description | string | |
mediator | IMediator | |
Résultat | void |
public WithdrawInternal ( |
||
parent | ||
amount | decimal | |
description | string | |
insufficientFundsMessage | string | |
Résultat | void |