Click or drag to resize
Askia

ISurveyIntegrityError Interface

Represents an integrity error within the survey

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface ISurveyIntegrityError

The ISurveyIntegrityError type exposes the following members.

Properties
  NameDescription
Public propertyObjectId
Id of the object causing the error when available
Public propertyObjectName
Name of the object causing the error when available
Public propertyObjectParentId
Id of the parent of the object causing the error when available
Public propertyObjectParentName
Name of the parent of the object causing the error when available
Public propertyScriptError
Type of the AskiaScript error when available
Public propertySeverity
Severity of the error
Public propertyType
Type of the error
Top
See Also