Click or drag to resize

SurveyTemplateDeserializer Properties

The SurveyTemplateDeserializer type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Connection string for the database. Can be null.
(Inherited from ControllerBase.)
Public propertyDbCommandTimeout
DbCommandTimeout is applied to SqlCommand objects created using CreateSqlCommand(). The DbCommandTimeout value is (normally) passed on to other controllers created by the controller. If DbCommandTimeout is Zero then the DB default will be used as timeout.
(Inherited from ControllerBase.)
Public propertyDbConnection
Consider using CreateCommand() instead of accessing DbConnection directly. DbConnection and DbTransaction are either specified when constucting the controller or the controller constructs them itself (by using ConnectionString) when calling DoInConnection or DoInTransaction. If the caller specified DbConnection and DbTransaction when constucting the controller then the caller is responsible for the management of the connection.
(Inherited from ControllerBase.)
Public propertyDbTransaction
Consider using CreateCommand() instead of accessing DbTransaction directly. DbConnection and DbTransaction are either specified when constucting the controller or the controller constructs them itself (by using ConnectionString) when calling DoInConnection or DoInTransaction. If the caller specified DbConnection and DbTransaction when constucting the controller then the caller is responsible for the management of the connection.
(Inherited from ControllerBase.)
Protected propertyDocument (Inherited from DeserializerBase.)
Public propertyFactory
Factory class for creating controller instances.
(Inherited from ControllerBase.)
Public propertyHasValidationErrors (Inherited from DeserializerBase.)
Public propertyHasValidationWarnings (Inherited from DeserializerBase.)
Public propertyIsInvalidXml
Indicates if the validated file is not valid XML. If so ValidationErrors contains at least one entry.
(Inherited from DeserializerBase.)
Public propertyValidationErrors
Contains validation errors discovered white loading the xml document.
(Inherited from DeserializerBase.)
Public propertyValidationErrorsCount (Inherited from DeserializerBase.)
Public propertyValidationWarnings
Contains validation warnings discovered white loading the xml document.
(Inherited from DeserializerBase.)
Public propertyValidationWarningsCount (Inherited from DeserializerBase.)
Top
See Also