IgnitionConfigurationRegisterEntityOverride(Type) Method

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

Definition

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IgnitionConfiguration RegisterEntityOverride(
	Type customEntityType
)

Parameters

customEntityType  Type
The custom type that Ignition should return at runtime

Return Value

IgnitionConfiguration

See Also