ActionBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for various actions
public abstract class ActionBase
type ActionBase = class
Public MustInherit Class ActionBase
- Inheritance
-
ActionBase
- Derived
Constructors
| ActionBase() | |
| ActionBase(Boolean) |
Properties
| Action |
The type of action. Various concrete action classes specify their name. This is used to deserialize a list of actions from JSON to their respective concrete classes. |
| IsStandaloneAction |
Flag to indicate whether this action must not be specified along with any other actions. |
| OperationId |
An operation Id needs to be specified by customer so that they can correlate outcome to the action. This becomes necessary when multiple actions are specified in one response body Note: this is the first serialized field since it has the lowest order. By default Json.net starts ordering from -1. |
Methods
| Validate() |