Interface ICoreODataController
Core interface for all OData MVC Controller implementations.
Namespace: Cireson.Core.Interfaces
Assembly: Cireson.Core.Interfaces.dll
Syntax
public interface ICoreODataController
Remarks
Admin, 8/24/2017.
Properties
View SourceServiceLocator
Service Locator injectable property. Should be marked with [Dependency] in implementations to allow for Unity to appropriate the instance.
Declaration
IServiceLocator ServiceLocator { get; set; }
Property Value
Type | Description |
---|---|
IServiceLocator | The service locator. |