Merge branch 'master' of http://github.com/mono/mono
[mono.git] / mcs / class / System.Messaging / System.Messaging / DefaultPropertiesToSend.cs
1 //\r
2 // System.Messaging\r
3 //\r
4 // Authors:\r
5 //      Peter Van Isacker (sclytrack@planetinternet.be)\r
6 //\r
7 // (C) 2003 Peter Van Isacker\r
8 //\r
9 \r
10 //\r
11 // Permission is hereby granted, free of charge, to any person obtaining\r
12 // a copy of this software and associated documentation files (the\r
13 // "Software"), to deal in the Software without restriction, including\r
14 // without limitation the rights to use, copy, modify, merge, publish,\r
15 // distribute, sublicense, and/or sell copies of the Software, and to\r
16 // permit persons to whom the Software is furnished to do so, subject to\r
17 // the following conditions:\r
18 // \r
19 // The above copyright notice and this permission notice shall be\r
20 // included in all copies or substantial portions of the Software.\r
21 // \r
22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
23 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
24 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
25 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
26 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
27 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
28 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
29 //\r
30 \r
31 using System;\r
32 using System.ComponentModel;\r
33 using System.ComponentModel.Design;\r
34 \r
35 namespace System.Messaging \r
36 {\r
37         [TypeConverter (typeof(ExpandableObjectConverter))]\r
38         public class DefaultPropertiesToSend \r
39         {\r
40                 [MonoTODO]\r
41                 public DefaultPropertiesToSend()\r
42                 {\r
43                 }\r
44 \r
45                 [DefaultValue (AcknowledgeTypes.None)]\r
46                 [MessagingDescription ("MsgAcknowledgeType")]\r
47                 public AcknowledgeTypes AcknowledgeType {\r
48                         [MonoTODO]\r
49                         get {throw new NotImplementedException();}\r
50                         [MonoTODO]\r
51                         set {throw new NotImplementedException();}\r
52                 }\r
53 \r
54                 [DefaultValue (null)]\r
55                 [MessagingDescription ("MsgAdministrationQueue")]\r
56                 public MessageQueue AdministrationQueue {\r
57                         [MonoTODO]\r
58                         get {throw new NotImplementedException();}\r
59                         [MonoTODO]\r
60                         set {throw new NotImplementedException();}\r
61                 }\r
62 \r
63                 [DefaultValue (0)]\r
64                 [MessagingDescription ("MsgAppSpecific")]\r
65                 public int AppSpecific {\r
66                         [MonoTODO]\r
67                         get {throw new NotImplementedException();}\r
68                         [MonoTODO]\r
69                         set {throw new NotImplementedException();}\r
70                 }\r
71 \r
72                 [DefaultValue (true)]\r
73                 [MessagingDescription ("MsgAttachSenderId")]\r
74                 public bool AttachSenderId {\r
75                         [MonoTODO]\r
76                         get {throw new NotImplementedException();}\r
77                         [MonoTODO]\r
78                         set {throw new NotImplementedException();}\r
79                 }\r
80 \r
81                 [DefaultValue (EncryptionAlgorithm.Rc2)]\r
82                 [MessagingDescription ("MsgEncryptionAlgorithm")]\r
83                 public EncryptionAlgorithm EncryptionAlgorithm {\r
84                         [MonoTODO]\r
85                         get {throw new NotImplementedException();}\r
86                         [MonoTODO]\r
87                         set {throw new NotImplementedException();}\r
88                 }\r
89 \r
90                 [Editor ("System.ComponentModel.Design.ArrayEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]\r
91                 [MessagingDescription ("MsgExtension")]\r
92                 public byte[] Extension {\r
93                         [MonoTODO]\r
94                         get {throw new NotImplementedException();}\r
95                         [MonoTODO]\r
96                         set {throw new NotImplementedException();}\r
97                 }\r
98 \r
99                 [DefaultValue (HashAlgorithm.Md5)]\r
100                 [MessagingDescription ("MsgHashAlgorithm")]\r
101                 public HashAlgorithm HashAlgorithm {\r
102                         [MonoTODO]\r
103                         get {throw new NotImplementedException();}\r
104                         [MonoTODO]\r
105                         set {throw new NotImplementedException();}\r
106                 }\r
107 \r
108                 [DefaultValue ("")]\r
109                 [MessagingDescription ("MsgLabel")]\r
110                 public string Label {\r
111                         [MonoTODO]\r
112                         get {throw new NotImplementedException();}\r
113                         [MonoTODO]\r
114                         set {throw new NotImplementedException();}\r
115                 }\r
116 \r
117                 [DefaultValue (MessagePriority.Normal)]\r
118                 [MessagingDescription ("MsgPriority")]\r
119                 public MessagePriority Priority {\r
120                         [MonoTODO]\r
121                         get {throw new NotImplementedException();}\r
122                         [MonoTODO]\r
123                         set {throw new NotImplementedException();}\r
124                 }\r
125 \r
126                 [DefaultValue (false)]\r
127                 [MessagingDescription ("MsgRecoverable")]\r
128                 public bool Recoverable {\r
129                         [MonoTODO]\r
130                         get {throw new NotImplementedException();}\r
131                         [MonoTODO]\r
132                         set {throw new NotImplementedException();}\r
133                 }\r
134 \r
135                 [DefaultValue (null)]\r
136                 [MessagingDescription ("MsgResponseQueue")]\r
137                 public MessageQueue ResponseQueue {\r
138                         [MonoTODO]\r
139                         get {throw new NotImplementedException();}\r
140                         [MonoTODO]\r
141                         set {throw new NotImplementedException();}\r
142                 }\r
143 \r
144                 [TypeConverter (typeof(TimeoutConverter))]\r
145                 [MessagingDescription ("MsgTimeToBeReceived")]\r
146                 public TimeSpan TimeToBeReceived {\r
147                         [MonoTODO]\r
148                         get {throw new NotImplementedException();}\r
149                         [MonoTODO]\r
150                         set {throw new NotImplementedException();}\r
151                 }\r
152 \r
153                 [TypeConverter (typeof(TimeoutConverter))]\r
154                 [MessagingDescription ("MsgTimeToReachQueue")]\r
155                 public TimeSpan TimeToReachQueue {\r
156                         [MonoTODO]\r
157                         get {throw new NotImplementedException();}\r
158                         [MonoTODO]\r
159                         set {throw new NotImplementedException();}\r
160                 }\r
161 \r
162                 [DefaultValue (null)]\r
163                 [MessagingDescription ("MsgTransactionStatusQueue")]\r
164                 public MessageQueue TransactionStatusQueue {\r
165                         [MonoTODO]\r
166                         get {throw new NotImplementedException();}\r
167                         [MonoTODO]\r
168                         set {throw new NotImplementedException();}\r
169                 }\r
170 \r
171                 [DefaultValue (false)]\r
172                 [MessagingDescription ("MsgUseAuthentication")]\r
173                 public bool UseAuthentication {\r
174                         [MonoTODO]\r
175                         get {throw new NotImplementedException();}\r
176                         [MonoTODO]\r
177                         set {throw new NotImplementedException();}\r
178                 }\r
179 \r
180                 [DefaultValue (false)]\r
181                 [MessagingDescription ("MsgUseDeadLetterQueue")]\r
182                 public bool UseDeadLetterQueue {\r
183                         [MonoTODO]\r
184                         get {throw new NotImplementedException();}\r
185                         [MonoTODO]\r
186                         set {throw new NotImplementedException();}\r
187                 }\r
188 \r
189                 [DefaultValue (false)]\r
190                 [MessagingDescription ("MsgUseEncryption")]\r
191                 public bool UseEncryption {\r
192                         [MonoTODO]\r
193                         get {throw new NotImplementedException();}\r
194                         [MonoTODO]\r
195                         set {throw new NotImplementedException();}\r
196                 }\r
197 \r
198                 [DefaultValue (false)]\r
199                 [MessagingDescription ("MsgUseJournalQueue")]\r
200                 public bool UseJournalQueue {\r
201                         [MonoTODO]\r
202                         get {throw new NotImplementedException();}\r
203                         [MonoTODO]\r
204                         set {throw new NotImplementedException();}\r
205                 }\r
206 \r
207                 [DefaultValue (false)]\r
208                 [MessagingDescription ("MsgUseTracing")]\r
209                 public bool UseTracing {\r
210                         [MonoTODO]\r
211                         get {throw new NotImplementedException();}\r
212                         [MonoTODO]\r
213                         set {throw new NotImplementedException();}\r
214                 }\r
215         }\r
216 }\r