Enum SignalDispatchSiteKind
The kind of authored asset a SignalDispatchSite was discovered from: ActionDefinition assets, ViewOption (menu/modal option submit signals) and ViewSlot (menu-level show/hide/cancel/submit slots) — the latter two discovered by Serenity.EventDispatcher.Infrastructure.Editor.SignalFlowViewSignalCollector.
Namespace: Serenity.EventDispatcher.Infrastructure.Editor
Assembly: Serenity.UnityEventDispatcher.Infrastructure.Editor.dll
Syntax
public enum SignalDispatchSiteKind
Fields
| Name | Description |
|---|---|
| ActionDefinition | |
| ViewOption | |
| ViewSlot |