Class ServicesFramework
Enables modules to support Services Framework features.
Inherited Members
Namespace: DotNetNuke.Framework
Assembly: DotNetNuke.dll
Syntax
public class ServicesFramework : ServiceLocator<IServicesFramework, ServicesFramework>
Methods
| Improve this Doc View SourceGetFactory()
Gets the service locator factory.
Declaration
protected override Func<IServicesFramework> GetFactory()
Returns
Type | Description |
---|---|
Func<IServicesFramework> | A factory function. |
Overrides
DotNetNuke.Framework.ServiceLocator<DotNetNuke.Framework.IServicesFramework, DotNetNuke.Framework.ServicesFramework>.GetFactory()
|
Improve this Doc
View Source
GetServiceFrameworkRoot()
Enables modules to support Services Framework features.
Declaration
public static string GetServiceFrameworkRoot()
Returns
Type | Description |
---|---|
System.String |