Click or drag to resize
CorrigoNetOptions Class
Represents the Corrigo Enterprise 6.x Web Services options SOAP header.
Inheritance Hierarchy
SystemObject
  System.Web.Services.ProtocolsSoapHeader
    CorrigoServiceCorrigoNetOptions

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
Flag if true indicates that Delete operation for missing objects (wrong IDs) should succeed
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.
Public propertyUpdateLastModified
Gets or sets the boolean flag indicating that last modified time should be updated on server.
Top
See Also