Nucleus .Net Core CMS

MigrateEvent Class

Namespace: Nucleus.Data.Common
Assembly: Nucleus.Data.Common.dll
Type representing a migration script operation (event). This class has no methods or properties, it is used as a key for the EventHandlers.ISystemEventHandler<TModel, TEvent> class.

Remarks

Nucleus Extensions may subscribe to migration events in order to prime the database with required data, or for any other actions which need to happen after a new installation or upgrade.
See Also
Event Handlers