Engine Methods |
The Engine type exposes the following members.
| Name | Description | |
|---|---|---|
| AddService(Type, ServiceCreatorCallback, Boolean) | Adds the specified service to the service container. (Overrides ServiceContainerAddService(Type, ServiceCreatorCallback, Boolean).) | |
| AddService(Type, Object, Boolean) | Adds the specified service to the service container. (Overrides ServiceContainerAddService(Type, Object, Boolean).) | |
| GetService(Type) | Gets the requested service. (Overrides ServiceContainerGetService(Type).) | |
| GetServiceT |
Gets the service object of the specified type.
| |
| GetServiceT(Boolean) |
Gets the service object of the specified type.
| |
| RemoveService | Removes the specified service type from the service container. (Overrides ServiceContainerRemoveService(Type, Boolean).) | |
| SetupExceptionTException | Populates an exception with additional information. | |
| TryGetCurrentEngine |
Attempts to get the current engine instance.
| |
| TryGetCurrentSession(Session) |
Gets the session associated with the caller.
| |
| TryGetCurrentSession(Session, Boolean) | Gets the session associated with the caller. |
| Name | Description | |
|---|---|---|
| Localize(String, Object) | Overloaded. (Defined by IEngineExtensions.) | |
| Localize(Type, Object) | Overloaded. (Defined by IEngineExtensions.) | |
| LocalizeTEnum(TEnum) | Overloaded. (Defined by IEngineExtensions.) |