Click or drag to resize

Action Class

Car Delivery Network
Describes an action to be carried out on a resource.
Inheritance Hierarchy
SystemObject
  CarDeliveryNetwork.Api.DataAction

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public class Action

The Action type exposes the following members.

Constructors
 NameDescription
Public methodActionInitializes a new instance of the Action class
Top
Properties
 NameDescription
Public propertyAssociatedId Required for certain actions: The Id of a resource associated with the specified action
Public propertyName Required: The name of the action to carry out on the associated resource
Public propertyNote Required for certain actions: A note associated with the specified action
Public propertyParameters Required for certain actions: a list of paramaters for this action
Top
Methods
 NameDescription
Public methodToString Returns a serial representation of the object in JSON format.
(Overrides ObjectToString)
Public methodToString(MessageFormat) Returns a serial representation of the object in the specified format.
Top
See Also