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 EventDefinition

Represents the event definition. (Inherits System.Configuration.ConfigurationElement.)

Inheritance
System.Object
EventDefinition
Namespace: Mediachase.Commerce.Engine.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class EventDefinition : ConfigurationElement

Constructors

EventDefinition()

Initializes a new instance of the EventDefinition class.

Declaration
public EventDefinition()

Properties

ClassName

Gets or sets the name of the class.

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

The name of the class.