![]() |
Init(args)
Scripting Reference
|
A base class for an object that depends on five services.
If the object depends exclusively on objects that have been registered as services using the ServiceAttribute, then it will be able to receive the services in its Init method automatically during its initialization.
TFirstArgument | Type of the first argument received in the Init method. |
TSecondArgument | Type of the second argument received in the Init method. |
TThirdArgument | Type of the third argument received in the Init method. |
TFourthArgument | Type of the fourth argument received in the Init method. |
TFifthArgument | Type of the fifth argument received in the Init method. |
Protected Member Functions | |
void | Init (TFirstArgument firstArgument, TSecondArgument secondArgument, TThirdArgument thirdArgument, TFourthArgument fourthArgument, TFifthArgument fifthArgument) |
Initializes the object with five objects that it depends on. | |
Additional Inherited Members | |
![]() | |
void | Validate (TFirstArgument firstArgument, TSecondArgument secondArgument, TThirdArgument thirdArgument, TFourthArgument fourthArgument, TFifthArgument fifthArgument) |
Validates the initialization arguments that were provided to this client. | |