|
|
◆ Validate()
| void Sisus.Init.IArgs< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument, TSeventhArgument, TEighthArgument >.Validate |
( |
TFirstArgument | firstArgument, |
|
|
TSecondArgument | secondArgument, |
|
|
TThirdArgument | thirdArgument, |
|
|
TFourthArgument | fourthArgument, |
|
|
TFifthArgument | fifthArgument, |
|
|
TSixthArgument | sixthArgument, |
|
|
TSeventhArgument | seventhArgument, |
|
|
TEighthArgument | eighthArgument ) |
Validates the initialization arguments that were provided to this client.
By default, this returns false if any argument is null.
- Parameters
-
| firstArgument | First received argument to validate. |
| secondArgument | Second received argument to validate. |
| thirdArgument | Third received argument to validate. |
| fourthArgument | Fourth received argument to validate. |
| fifthArgument | Fifth received argument to validate. |
| sixthArgument | Sixth received argument to validate. |
| seventhArgument | Seventh received argument to validate. |
| eighthArgument | Eighth received argument to validate. |
- Exceptions
-
|