* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices / ServiceConfig.cs
1 // System.EnterpriseServices.ServiceConfig.cs\r
2 //\r
3 // Author:  Mike Kestner (mkestner@ximian.com)\r
4 //\r
5 // Copyright (C) 2004 Novell, Inc.\r
6 //\r
7 \r
8 //\r
9 // Permission is hereby granted, free of charge, to any person obtaining\r
10 // a copy of this software and associated documentation files (the\r
11 // "Software"), to deal in the Software without restriction, including\r
12 // without limitation the rights to use, copy, modify, merge, publish,\r
13 // distribute, sublicense, and/or sell copies of the Software, and to\r
14 // permit persons to whom the Software is furnished to do so, subject to\r
15 // the following conditions:\r
16 // \r
17 // The above copyright notice and this permission notice shall be\r
18 // included in all copies or substantial portions of the Software.\r
19 // \r
20 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
21 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
22 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
23 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
24 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
25 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
26 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
27 //\r
28 \r
29 using System;\r
30 using System.Runtime.InteropServices;\r
31 \r
32 namespace System.EnterpriseServices {\r
33 \r
34 #if NET_1_1\r
35         [MonoTODO]\r
36         [ComVisible(false)]\r
37         public sealed class ServiceConfig {\r
38 \r
39                 #region Constructors\r
40 \r
41                 [MonoTODO]\r
42                 public ServiceConfig ()\r
43                 {\r
44                         throw new NotImplementedException ();\r
45                 }\r
46 \r
47                 #endregion\r
48 \r
49                 #region Properties\r
50 \r
51                 [MonoTODO]\r
52                 public BindingOption Binding {\r
53                         get {\r
54                                 throw new NotImplementedException ();\r
55                         }\r
56                         set {\r
57                                 throw new NotImplementedException ();\r
58                         }\r
59                 }\r
60 \r
61                 [MonoTODO]\r
62                 public ITransaction BringYourOwnTransaction {\r
63                         get {\r
64                                 throw new NotImplementedException ();\r
65                         }\r
66                         set {\r
67                                 throw new NotImplementedException ();\r
68                         }\r
69                 }\r
70 \r
71                 [MonoTODO]\r
72                 public bool COMTIIntrinsicsEnabled {\r
73                         get {\r
74                                 throw new NotImplementedException ();\r
75                         }\r
76                         set {\r
77                                 throw new NotImplementedException ();\r
78                         }\r
79                 }\r
80 \r
81                 [MonoTODO]\r
82                 public bool IISIntrinsicsEnabled {\r
83                         get {\r
84                                 throw new NotImplementedException ();\r
85                         }\r
86                         set {\r
87                                 throw new NotImplementedException ();\r
88                         }\r
89                 }\r
90 \r
91                 [MonoTODO]\r
92                 public InheritanceOption Inheritance {\r
93                         get {\r
94                                 throw new NotImplementedException ();\r
95                         }\r
96                         set {\r
97                                 throw new NotImplementedException ();\r
98                         }\r
99                 }\r
100 \r
101                 [MonoTODO]\r
102                 public TransactionIsolationLevel IsolationLevel {\r
103                         get {\r
104                                 throw new NotImplementedException ();\r
105                         }\r
106                         set {\r
107                                 throw new NotImplementedException ();\r
108                         }\r
109                 }\r
110 \r
111                 [MonoTODO]\r
112                 public Guid PartitionId {\r
113                         get {\r
114                                 throw new NotImplementedException ();\r
115                         }\r
116                         set {\r
117                                 throw new NotImplementedException ();\r
118                         }\r
119                 }\r
120 \r
121                 [MonoTODO]\r
122                 public PartitionOption PartitionOption {\r
123                         get {\r
124                                 throw new NotImplementedException ();\r
125                         }\r
126                         set {\r
127                                 throw new NotImplementedException ();\r
128                         }\r
129                 }\r
130 \r
131                 [MonoTODO]\r
132                 public string SxsDirectory {\r
133                         get {\r
134                                 throw new NotImplementedException ();\r
135                         }\r
136                         set {\r
137                                 throw new NotImplementedException ();\r
138                         }\r
139                 }\r
140 \r
141                 [MonoTODO]\r
142                 public string SxsName {\r
143                         get {\r
144                                 throw new NotImplementedException ();\r
145                         }\r
146                         set {\r
147                                 throw new NotImplementedException ();\r
148                         }\r
149                 }\r
150 \r
151                 [MonoTODO]\r
152                 public SxsOption SxsOption {\r
153                         get {\r
154                                 throw new NotImplementedException ();\r
155                         }\r
156                         set {\r
157                                 throw new NotImplementedException ();\r
158                         }\r
159                 }\r
160 \r
161                 [MonoTODO]\r
162                 public SynchronizationOption Synchronization {\r
163                         get {\r
164                                 throw new NotImplementedException ();\r
165                         }\r
166                         set {\r
167                                 throw new NotImplementedException ();\r
168                         }\r
169                 }\r
170 \r
171                 [MonoTODO]\r
172                 public ThreadPoolOption ThreadPool {\r
173                         get {\r
174                                 throw new NotImplementedException ();\r
175                         }\r
176                         set {\r
177                                 throw new NotImplementedException ();\r
178                         }\r
179                 }\r
180 \r
181                 [MonoTODO]\r
182                 public string TipUrl {\r
183                         get {\r
184                                 throw new NotImplementedException ();\r
185                         }\r
186                         set {\r
187                                 throw new NotImplementedException ();\r
188                         }\r
189                 }\r
190 \r
191                 [MonoTODO]\r
192                 public string TrackingAppName {\r
193                         get {\r
194                                 throw new NotImplementedException ();\r
195                         }\r
196                         set {\r
197                                 throw new NotImplementedException ();\r
198                         }\r
199                 }\r
200 \r
201                 [MonoTODO]\r
202                 public string TrackingComponentName {\r
203                         get {\r
204                                 throw new NotImplementedException ();\r
205                         }\r
206                         set {\r
207                                 throw new NotImplementedException ();\r
208                         }\r
209                 }\r
210 \r
211                 [MonoTODO]\r
212                 public bool TrackingEnabled {\r
213                         get {\r
214                                 throw new NotImplementedException ();\r
215                         }\r
216                         set {\r
217                                 throw new NotImplementedException ();\r
218                         }\r
219                 }\r
220 \r
221                 [MonoTODO]\r
222                 public TransactionOption Transaction {\r
223                         get {\r
224                                 throw new NotImplementedException ();\r
225                         }\r
226                         set {\r
227                                 throw new NotImplementedException ();\r
228                         }\r
229                 }\r
230 \r
231                 [MonoTODO]\r
232                 public string TransactionDescription {\r
233                         get {\r
234                                 throw new NotImplementedException ();\r
235                         }\r
236                         set {\r
237                                 throw new NotImplementedException ();\r
238                         }\r
239                 }\r
240 \r
241                 [MonoTODO]\r
242                 public int TransactionTimeout {\r
243                         get {\r
244                                 throw new NotImplementedException ();\r
245                         }\r
246                         set {\r
247                                 throw new NotImplementedException ();\r
248                         }\r
249                 }\r
250 \r
251                 #endregion\r
252         }\r
253 #endif\r
254 }\r