UpdateCommand Class |
Namespace: CorrigoService.Commands
[SerializableAttribute] public class UpdateCommand : CommandRequest
The UpdateCommand type exposes the following members.
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.
|