Enum WiringCapability
How a discovered ExtensionPointDescriptor can be wired into the running game once a new implementation is generated for it. Unlike ServiceExtensionCreator.Wiring (a user choice for the Service kind), this describes what is NATURALLY available for a given extension point — Store, Repository, Gateway, Factory and Installer kinds each generate a fixed wiring shape dictated by their Kind, not a free user choice.
Namespace: Serenity.ServiceExtensionCreator.Editor
Assembly: Serenity.ServiceExtensionCreator.Editor.dll
Syntax
public enum WiringCapability
Fields
| Name | Description |
|---|---|
| AutoRegister | An |
| BackendDefinition | A |
| InstallerHook | A generated subclass of the aggregate's |
| None | No wiring mechanism is available; the generated type is documented in the README for manual wiring only (Factory kind, and any Store/Repository/Gateway contract with no discoverable backend hook). |
| PipelineReplace | A |