Click or drag to resize

IgnitionConfigurationRegisterEntityOverride Method

Overload List
 NameDescription
Public methodRegisterEntityOverride(IEnumerableType) 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.
Public methodRegisterEntityOverride(Type) 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.
Public methodRegisterEntityOverride(Type) 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.
Top
See Also