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.
Namespace: Ignition.ConfigurationAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IgnitionConfiguration RegisterEntityOverride(
Type customEntityType
)
Public Function RegisterEntityOverride (
customEntityType As Type
) As IgnitionConfiguration
public:
IgnitionConfiguration^ RegisterEntityOverride(
Type^ customEntityType
)
member RegisterEntityOverride :
customEntityType : Type -> IgnitionConfiguration
- customEntityType Type
- The custom type that Ignition should return at runtime
IgnitionConfiguration