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
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[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; }
<ObsoleteAttribute("Custom entities and list table aliases should be registered by passing an IgnitionConfiguration object to the IgnitionBootstrapper. (5.0)",
true)>
Public Shared ReadOnly Property Current As ICustomEntityRegistrar
Get
public:
[ObsoleteAttribute(L"Custom entities and list table aliases should be registered by passing an IgnitionConfiguration object to the IgnitionBootstrapper. (5.0)",
true)]
static property ICustomEntityRegistrar^ Current {
ICustomEntityRegistrar^ get ();
}
[<ObsoleteAttribute("Custom entities and list table aliases should be registered by passing an IgnitionConfiguration object to the IgnitionBootstrapper. (5.0)",
true)>]
static member Current : ICustomEntityRegistrar with get
Property Value
ICustomEntityRegistrar