Click or drag to resize

CustomEntityRegistrarCurrent Property

Note: This API is now obsolete.

The custom entity registrar that represents Ignition's currently active custom entity and list table alias configuration

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ObsoleteAttribute("Custom entities and list table aliases should be registered by passing an IgnitionConfiguration object to the IgnitionBootstrapper. (5.0)", 
	true)]
public static ICustomEntityRegistrar Current { get; }

Property Value

ICustomEntityRegistrar
See Also