Class EventDefinition
Represents the event definition. (Inherits System.Configuration.ConfigurationElement.)
Inheritance
System.Object
EventDefinition
Namespace: Mediachase.Commerce.Engine.Events
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
[Obsolete("This class is no longer used. Will remain at least until January 2019")]
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. |