SaaS CMS has officially launched! Learn more now.

Class ActionType

Definition of a type of an ActionType associated with an EPiServer.DataAbstraction.Activities.ActionType.ActivityType.

Inheritance
System.Object
ActionType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ActionType

Constructors

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

Extension Methods