Class ActionType
Definition of a type of an ActionType associated with an EPiServer.DataAbstraction.Activities.ActionType.ActivityType.
Inheritance
System.Object
    ActionType
  Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ActionType : ObjectConstructors
ActionType(Int32)
Initializes a new instance of the ActionType class.
Declaration
public ActionType(int id)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | id | 
ActionType(Int32, String)
Initializes a new instance of the ActionType class.
Declaration
public ActionType(int id, string name)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | id | |
| System.String | name | 
Properties
Id
Gets the id of this ActionType.
Declaration
public int Id { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
LanguagePath
Gets the language path to use to get the localized name of this ActionType from the LocalizationService.
Declaration
public string LanguagePath { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Gets the name associated with this ActionType.
Declaration
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
