Click or drag to resize
UpdateCommand Class
Represents a command for updating an existing entity instance. Returns an OperationCommandResponse that contains an identifier and a type of the updated entity or error information in case of an error.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsUpdateCommand

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

The UpdateCommand type exposes the following members.

Properties
  NameDescription
Public propertyEntity
Specifies an instance of a class derived from CorrigoEntity of a type that supports update. The instance has one or more property values set that are to be updated.
Public propertyPropertySet
Specifies the set of properties to update. Passing a null value will lead to error. To update all properties, pass a new instance of the AllProperties class.
Top
See Also