Click or drag to resize
ConfigurationManager Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ConfigurationManager class

Namespace: Netadmin.Management.OAuth2.Implementation
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public ConfigurationManager(
	IDateTimeProvider dateTimeProvider,
	IObjectManager objectManager,
	ISystemLogger logger,
	IBusinessLogger businessLogger
)

Parameters

dateTimeProvider
Type: Netadmin.CoreIDateTimeProvider

[Missing <param name="dateTimeProvider"/> documentation for "M:Netadmin.Management.OAuth2.Implementation.ConfigurationManager.#ctor(Netadmin.Core.IDateTimeProvider,Netadmin.Objects.IObjectManager,Netadmin.Core.Logging.ISystemLogger,Netadmin.Management.Common.BusinessLogging.IBusinessLogger)"]

objectManager
Type: IObjectManager

[Missing <param name="objectManager"/> documentation for "M:Netadmin.Management.OAuth2.Implementation.ConfigurationManager.#ctor(Netadmin.Core.IDateTimeProvider,Netadmin.Objects.IObjectManager,Netadmin.Core.Logging.ISystemLogger,Netadmin.Management.Common.BusinessLogging.IBusinessLogger)"]

logger
Type: Netadmin.Core.LoggingISystemLogger

[Missing <param name="logger"/> documentation for "M:Netadmin.Management.OAuth2.Implementation.ConfigurationManager.#ctor(Netadmin.Core.IDateTimeProvider,Netadmin.Objects.IObjectManager,Netadmin.Core.Logging.ISystemLogger,Netadmin.Management.Common.BusinessLogging.IBusinessLogger)"]

businessLogger
Type: Netadmin.Management.Common.BusinessLoggingIBusinessLogger

[Missing <param name="businessLogger"/> documentation for "M:Netadmin.Management.OAuth2.Implementation.ConfigurationManager.#ctor(Netadmin.Core.IDateTimeProvider,Netadmin.Objects.IObjectManager,Netadmin.Core.Logging.ISystemLogger,Netadmin.Management.Common.BusinessLogging.IBusinessLogger)"]

See Also