Example #1
0
 public DataServiceDesignerStartup(IDataServiceDesignerRepository dsdRepository, IDataServiceHostSettings dshs, IAuthorisation authorisation, IDataServiceDesignerDataService dsdDataService, ISchemaBrowserHelpers schemaBrowserHelpers)
 {
     _dsdRepository        = dsdRepository;
     _dshs                 = dshs;
     _authorisation        = authorisation;
     _dsdDataService       = dsdDataService;
     _schemaBrowserHelpers = schemaBrowserHelpers;
 }
 public DomainSchemaRecordType(ISchemaBrowserHelpers helpers)
 {
     _helpers = helpers;
 }
Example #3
0
 public DataServiceConnectionRecordType(ISchemaBrowserHelpers connectionManager)
 {
     _connectionManager = connectionManager;
 }
Example #4
0
 public DataServiceRecordType(ISchemaBrowserHelpers helpers)
 {
     _helpers = helpers;
 }