CustomEntityRegistrar.Current Property

Note: This API is now obsolete.
The custom entity registrar that represents Ignition's currently active custom entity and list table alias configuration

Definition

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[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