Class EventHandlerUnitDescriptor<TEvent>
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public class EventHandlerUnitDescriptor<TEvent> : UnitDescriptor<TEvent>, IDisposable, IUnitDescriptor, IDescriptor where TEvent : class, IEventHandlerUnit
Type Parameters
| Name | Description |
|---|---|
| TEvent |
Constructors
EventHandlerUnitDescriptor(TEvent)
Declaration
public EventHandlerUnitDescriptor(TEvent event)
Parameters
| Type | Name | Description |
|---|---|---|
| TEvent | event |
Methods
DefinedSubtitle()
Declaration
protected override string DefinedSubtitle()
Returns
| Type | Description |
|---|---|
| String |
Overrides
Ludiq.Bolt.UnitDescriptor<TEvent>.DefinedSubtitle()
Warnings()
Declaration
protected override IEnumerable<Warning> Warnings()
Returns
| Type | Description |
|---|---|
| IEnumerable<Warning> |
Overrides
Ludiq.Bolt.UnitDescriptor<TEvent>.Warnings()