Class ServiceLocationHelperExtensions
Makes EPiServer.DataAbstraction services part of the public API.
Inheritance
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class ServiceLocationHelperExtensions : Object
Methods
CategoryRepository(ServiceProviderHelper)
Resolves the Category
Declaration
public static CategoryRepository CategoryRepository(this ServiceProviderHelper serviceLocationHelper)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceLocationHelper | The service location helper. |
Returns
Type | Description |
---|---|
Category |
An instance of the currently registered Project |
ContentTypeRepository(ServiceProviderHelper)
Resolves the Content
Declaration
public static IContentTypeRepository ContentTypeRepository(this ServiceProviderHelper serviceLocationHelper)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceLocationHelper | The service location helper. |
Returns
Type | Description |
---|---|
IContent |
An instance of the currently registered Content |
LanguageBranchRepository(ServiceProviderHelper)
Resolves the ILanguage
Declaration
public static ILanguageBranchRepository LanguageBranchRepository(this ServiceProviderHelper serviceLocationHelper)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceLocationHelper | The service location helper. |
Returns
Type | Description |
---|---|
ILanguage |
An instance of the currently registered ILanguage |
ProjectPublisher(ServiceProviderHelper)
Resolves the Project
Declaration
public static ProjectPublisher ProjectPublisher(this ServiceProviderHelper serviceLocationHelper)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceLocationHelper | The service location helper. |
Returns
Type | Description |
---|---|
Project |
An instance of the currently registered Project |
ProjectRepository(ServiceProviderHelper)
Resolves the Project
Declaration
public static ProjectRepository ProjectRepository(this ServiceProviderHelper serviceLocationHelper)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceLocationHelper | The service location helper. |
Returns
Type | Description |
---|---|
Project |
An instance of the currently registered Project |
PropertyDefinitionRepository(ServiceProviderHelper)
Resolves the IProperty
Declaration
public static IPropertyDefinitionRepository PropertyDefinitionRepository(this ServiceProviderHelper serviceLocationHelper)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceLocationHelper | The service location helper. |
Returns
Type | Description |
---|---|
IProperty |
An instance of the currently registered IProperty |