Method | Description | |
---|---|---|
Activate ( ) : void | ||
CreateChild ( string name, string userName, string password ) : |
||
GetRoles ( ) : string[] | ||
HasChild ( |
||
HasChild ( int childId ) : bool | ||
Initialise ( IMediator mediator ) : |
||
MakePaymentTo ( |
||
MakePaymentTo ( |
||
Parent ( string name, string userName, string password ) : System | ||
RemoveChild ( int childId ) : void |
Method | Description | |
---|---|---|
Parent ( ) : System |
public CreateChild ( string name, string userName, string password ) : |
||
name | string | |
userName | string | |
password | string | |
return |
public Initialise ( IMediator mediator ) : |
||
mediator | IMediator | |
return |
public MakePaymentTo ( |
||
child | ||
amount | decimal | |
return | void |
public MakePaymentTo ( |
||
child | ||
amount | decimal | |
description | string | |
return | void |
public Parent ( string name, string userName, string password ) : System | ||
name | string | |
userName | string | |
password | string | |
return | System |