Last change
on this file since 5046 was
4649,
checked in by cneumuel, 14 years ago
|
- moved db-context into datalayer
- businesslayer only defines the transaction-scope
- removed contextfactory
- implemented convert-methods
- made naming in db and domainobjects more consistent
- changed wcf-service to be http-only (for now)
(#1233)
|
File size:
1.1 KB
|
Line | |
---|
1 | echo off
|
---|
2 |
|
---|
3 | echo.
|
---|
4 | echo *******************************************************************************************
|
---|
5 | echo Generating HiveService client
|
---|
6 | echo.
|
---|
7 |
|
---|
8 | svcutil.exe ^
|
---|
9 | http://localhost:9000/HiveService/mex ^
|
---|
10 | /out:HiveServiceClient ^
|
---|
11 | /namespace:*,HeuristicLab.Clients.Hive ^
|
---|
12 | /targetClientVersion:Version35 ^
|
---|
13 | /enableDataBinding ^
|
---|
14 | /config:..\app.config
|
---|
15 |
|
---|
16 | echo.
|
---|
17 | echo ---------------------------------------------------------------------------------------
|
---|
18 | echo !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
|
---|
19 | echo.
|
---|
20 | echo Following modifications have to be done manually in generated data contracts:
|
---|
21 | echo * Remove method "protected void RaisePropertyChanged(string propertyName)" in OKBItem
|
---|
22 | echo.
|
---|
23 | echo !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
|
---|
24 | echo ---------------------------------------------------------------------------------------
|
---|
25 | echo.
|
---|
26 | echo Generation of OKBService client finished.
|
---|
27 | echo *******************************************************************************************
|
---|
28 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.