| ISurveyCheckAll Method |
Checks all the survey
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool CheckAll(
out ICollection<ISurveyIntegrityError> errors
)
Function CheckAll (
<OutAttribute> ByRef errors As ICollection(Of ISurveyIntegrityError)
) As Boolean
bool CheckAll(
[OutAttribute] ICollection<ISurveyIntegrityError^>^% errors
)
Parameters
- errors
- Type: System.Collections.GenericICollectionISurveyIntegrityError
Collection of errors filled by this operation
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
Remarks
Basically calls all other check functions.
See Also