Class PlatformContainerHelper
A platform container helper.
Inheritance
System.Object
PlatformContainerHelper
Namespace: Cireson.Core.Interfaces.Containers
Assembly: Cireson.Core.Interfaces.dll
Syntax
public static class PlatformContainerHelper : object
Remarks
Admin, 8/24/2017.
Methods
View SourceGetCurrentPlatformContainer()
Gets current platform container.
Declaration
public static IPlatformContainer GetCurrentPlatformContainer()
Returns
Type | Description |
---|---|
IPlatformContainer | The current platform container. |
Remarks
Admin, 8/24/2017.
SetCurrentPlatformContainer(IPlatformContainer)
Sets current platform container.
Declaration
public static void SetCurrentPlatformContainer(IPlatformContainer platformContainer)
Parameters
Type | Name | Description |
---|---|---|
IPlatformContainer | platformContainer | The platform container. |
Remarks
Admin, 8/24/2017.