IgnitionConfigurationRegisterEntityOverride(Type) Method

Registers an override for a baseline Ignition entity type, so Ignition always returns objects of customEntityTypes where it would normally return whatever baseline Ignition type that customEntityTypes are derived from.

Definition

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IgnitionConfiguration RegisterEntityOverride(
	params Type[] customEntityTypes
)

Parameters

customEntityTypes  Type
The custom types that Ignition should return at runtime

Return Value

IgnitionConfiguration

See Also