C# Class MDM.ServiceHost.WebApi.Controllers.ReferenceDataController

Inheritance: ApiController
Afficher le fichier Open project: RWE-Nexus/EnergyTrading-MDM

Méthodes publiques

Méthode Description
ReferenceDataController ( IRepository repository, IServiceLocator serviceLocator ) : System

Private Methods

Méthode Description
CreateList ( string key, [ entries ) : IHttpActionResult
Delete ( string key, [ entries ) : void
DeleteList ( string key, IEnumerable entries ) : void
GetHandler ( string key, Func func ) : IHttpActionResult
List ( string key = null ) : IHttpActionResult
ListAll ( ) : IHttpActionResult
PostDelete ( string key, [ entries ) : void
PostHandler ( string key, Func func ) : IHttpActionResult

Method Details

ReferenceDataController() public méthode

public ReferenceDataController ( IRepository repository, IServiceLocator serviceLocator ) : System
repository IRepository
serviceLocator IServiceLocator
Résultat System