A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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.