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 Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class UpdateCommand : CommandRequest
<SerializableAttribute>
Public Class UpdateCommand
Inherits CommandRequest
No code example is currently available or this language may not be supported.
The UpdateCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | Entity |
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.
|
 | PropertySet |
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