Table of Contents

Class EventRule

Namespace
GroupeIsa.Neos.Application.Rules.EventRules
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Represents an event rule.

public abstract class EventRule
Inheritance
EventRule
Inherited Members

Constructors

EventRule(IServiceProvider)

Initializes a new instance of the EventRule class.

protected EventRule(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

Service provider.

Methods

GetService<T>()

Get the service.

protected T GetService<T>() where T : notnull

Returns

T

The service.

Type Parameters

T

The service type.