Click or drag to resize
OperationCommandResponse Class
Contains result of an entity operation like Create, Update or Delete.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandResponse
    CorrigoService.CommandsOperationCommandResponse

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

The OperationCommandResponse type exposes the following members.

Properties
  NameDescription
Public propertyEntitySpecifier
Gets or sets the entity specifier.
Public propertyNestedEntitiesOperationResults
Gets or sets the collection of operation results performed on nested entities.
Top
See Also