Class ActionBase
Base class for all Policy Routing Rule actions. See Sections 3.3.3.2 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class ActionBase
  Properties
| Edit this page View SourceactionType
Specifies the action type. Must be one of "RouteAction", "NotifyAction", "LogAction", BusyAction" or "InvokePolicyAction".
Declaration
public string actionType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
description
Describes the action. Optional.
Declaration
public string description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |