Describes an action to be carried out on a resource.
Inheritance Hierarchy
CarDeliveryNetwork.Api.DataAction
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3011.0 (3.2.3011)
Syntax
The Action type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Action | Initializes a new instance of the Action class |
Properties
Name | Description | |
---|---|---|
![]() | AssociatedId |
Required for certain actions: The Id of a resource associated with the specified action
|
![]() | Name |
Required: The name of the action to carry out on the associated resource
|
![]() | Note |
Required for certain actions: A note associated with the specified action
|
![]() | Parameters |
Required for certain actions: a list of paramaters for this action
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns a serial representation of the object in JSON format.
(Overrides ObjectToString.) |
![]() | ToString(MessageFormat) |
Returns a serial representation of the object in the specified format.
|
See Also