Click or drag to resize

CorrigoNetOptions Class

Represents the Corrigo Enterprise 6.x Web Services options SOAP header.
Inheritance Hierarchy

Namespace:  CorrigoService
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class CorrigoNetOptions : SoapHeader

The CorrigoNetOptions type exposes the following members.

Properties
  NameDescription
Public propertyAnyAttr
Public propertyCanDeleteMissingEntity
Gets or sets the boolean flag indicating that last modified time should be updated on server.
Public propertyImposeConcurrencyId
Gets or sets the boolean flag indicating that the concurrency identifier check should be performed.
Public propertyLockOnDataRetrieval
Specifies isolation level READ COMMITTED/READ UNCOMMITTED for Retrieve() and RetrieveMultiple() CorrigoService methods.
Top
See Also