Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TriggerActionAttribute

Represents trigger action attribute.

Inheritance
System.Object
TriggerActionAttribute
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class TriggerActionAttribute : Attribute

Constructors

TriggerActionAttribute(String)

Initializes a new instance of the TriggerActionAttribute class.

Declaration
public TriggerActionAttribute(string name)
Parameters
Type Name Description
System.String name

The name.

TriggerActionAttribute(String, String)

Initializes a new instance of the TriggerActionAttribute class.

Declaration
public TriggerActionAttribute(string name, string description)
Parameters
Type Name Description
System.String name

The name.

System.String description

The description.

Properties

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description.

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name.