~manishsinha/lpsharp/proxy-code

« back to all changes in this revision

Viewing changes to LpNet.LpSharp/ClientProxy/BinaryPackagePublishingHistoryFull.cs

  • Committer: Manish Sinha
  • Date: 2011-03-08 16:34:35 UTC
  • Revision ID: manishsinha.tech@gmail.com-20110308163435-tanqewijjckmjl6h
Remove all the proxy. It is a mess

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//------------------------------------------------------------------------------
2
 
// <auto-generated>
3
 
//     This code was generated by a tool.
4
 
//     Runtime Version: 2.0.50727.1433
5
 
//
6
 
//     Changes to this file may cause incorrect behavior and will be lost if
7
 
//     the code is regenerated.
8
 
// </auto-generated>
9
 
//------------------------------------------------------------------------------
10
 
 
11
 
namespace LpNet.Launchpad.Core
12
 
{
13
 
    using System.Collections.Generic;
14
 
    using System.Reflection;
15
 
    using System.ComponentModel;
16
 
    using System;
17
 
    
18
 
    
19
 
    public partial class BinaryPackagePublishingHistoryFull
20
 
    {
21
 
        
22
 
        protected string _selfLink;
23
 
        
24
 
        protected string _resourceTypeLink;
25
 
        
26
 
        protected string _httpEtag;
27
 
        
28
 
        protected string _archiveLink;
29
 
        
30
 
        protected string _binaryPackageName;
31
 
        
32
 
        protected string _binaryPackageVersion;
33
 
        
34
 
        protected string _componentName;
35
 
        
36
 
        protected string _dateCreated;
37
 
        
38
 
        protected string _dateMadePending;
39
 
        
40
 
        protected string _datePublished;
41
 
        
42
 
        protected string _dateRemoved;
43
 
        
44
 
        protected string _dateSuperseded;
45
 
        
46
 
        protected string _displayName;
47
 
        
48
 
        protected string _distroArchSeriesLink;
49
 
        
50
 
        protected Pocket _pocket;
51
 
        
52
 
        protected string _priorityName;
53
 
        
54
 
        protected string _removalComment;
55
 
        
56
 
        protected string _removedByLink;
57
 
        
58
 
        protected string _scheduledDeletionDate;
59
 
        
60
 
        protected string _sectionName;
61
 
        
62
 
        protected Archive_status _status;
63
 
        
64
 
        /// <summary>
65
 
        /// The canonical link to this resource.
66
 
        /// </summary>
67
 
        [Description("binary_package_publishing_history")]
68
 
        public string SelfLink
69
 
        {
70
 
            get
71
 
            {
72
 
                return this._selfLink;
73
 
            }
74
 
            set
75
 
            {
76
 
                this._selfLink = value;
77
 
            }
78
 
        }
79
 
        
80
 
        /// <summary>
81
 
        /// The link to the WADL description of this resource.
82
 
        /// </summary>
83
 
        public string ResourceTypeLink
84
 
        {
85
 
            get
86
 
            {
87
 
                return this._resourceTypeLink;
88
 
            }
89
 
            set
90
 
            {
91
 
                this._resourceTypeLink = value;
92
 
            }
93
 
        }
94
 
        
95
 
        /// <summary>
96
 
        /// The value of the HTTP ETag for this resource.
97
 
        /// </summary>
98
 
        public string HttpEtag
99
 
        {
100
 
            get
101
 
            {
102
 
                return this._httpEtag;
103
 
            }
104
 
            set
105
 
            {
106
 
                this._httpEtag = value;
107
 
            }
108
 
        }
109
 
        
110
 
        /// <summary>
111
 
        /// Archive
112
 
        /// The context archive for this publication.
113
 
        /// </summary>
114
 
        [Description("archive")]
115
 
        public string ArchiveLink
116
 
        {
117
 
            get
118
 
            {
119
 
                return this._archiveLink;
120
 
            }
121
 
            set
122
 
            {
123
 
                this._archiveLink = value;
124
 
            }
125
 
        }
126
 
        
127
 
        /// <summary>
128
 
        /// Binary Package Name
129
 
        /// </summary>
130
 
        public string BinaryPackageName
131
 
        {
132
 
            get
133
 
            {
134
 
                return this._binaryPackageName;
135
 
            }
136
 
            set
137
 
            {
138
 
                this._binaryPackageName = value;
139
 
            }
140
 
        }
141
 
        
142
 
        /// <summary>
143
 
        /// Binary Package Version
144
 
        /// </summary>
145
 
        public string BinaryPackageVersion
146
 
        {
147
 
            get
148
 
            {
149
 
                return this._binaryPackageVersion;
150
 
            }
151
 
            set
152
 
            {
153
 
                this._binaryPackageVersion = value;
154
 
            }
155
 
        }
156
 
        
157
 
        /// <summary>
158
 
        /// Component Name
159
 
        /// </summary>
160
 
        public string ComponentName
161
 
        {
162
 
            get
163
 
            {
164
 
                return this._componentName;
165
 
            }
166
 
            set
167
 
            {
168
 
                this._componentName = value;
169
 
            }
170
 
        }
171
 
        
172
 
        /// <summary>
173
 
        /// Date Created
174
 
        /// The date on which this record was created
175
 
        /// </summary>
176
 
        public string DateCreated
177
 
        {
178
 
            get
179
 
            {
180
 
                return this._dateCreated;
181
 
            }
182
 
            set
183
 
            {
184
 
                this._dateCreated = value;
185
 
            }
186
 
        }
187
 
        
188
 
        /// <summary>
189
 
        /// Date Made Pending
190
 
        /// The date on which this record was set as pending removal
191
 
        /// </summary>
192
 
        public string DateMadePending
193
 
        {
194
 
            get
195
 
            {
196
 
                return this._dateMadePending;
197
 
            }
198
 
            set
199
 
            {
200
 
                this._dateMadePending = value;
201
 
            }
202
 
        }
203
 
        
204
 
        /// <summary>
205
 
        /// Date Published
206
 
        /// The date on which this record was published
207
 
        /// </summary>
208
 
        public string DatePublished
209
 
        {
210
 
            get
211
 
            {
212
 
                return this._datePublished;
213
 
            }
214
 
            set
215
 
            {
216
 
                this._datePublished = value;
217
 
            }
218
 
        }
219
 
        
220
 
        /// <summary>
221
 
        /// Date Removed
222
 
        /// The date on which this record was removed from the published set
223
 
        /// </summary>
224
 
        public string DateRemoved
225
 
        {
226
 
            get
227
 
            {
228
 
                return this._dateRemoved;
229
 
            }
230
 
            set
231
 
            {
232
 
                this._dateRemoved = value;
233
 
            }
234
 
        }
235
 
        
236
 
        /// <summary>
237
 
        /// Date Superseded
238
 
        /// The date on which this record was marked superseded
239
 
        /// </summary>
240
 
        public string DateSuperseded
241
 
        {
242
 
            get
243
 
            {
244
 
                return this._dateSuperseded;
245
 
            }
246
 
            set
247
 
            {
248
 
                this._dateSuperseded = value;
249
 
            }
250
 
        }
251
 
        
252
 
        /// <summary>
253
 
        /// Display Name
254
 
        /// Text representation of the current record.
255
 
        /// </summary>
256
 
        public string DisplayName
257
 
        {
258
 
            get
259
 
            {
260
 
                return this._displayName;
261
 
            }
262
 
            set
263
 
            {
264
 
                this._displayName = value;
265
 
            }
266
 
        }
267
 
        
268
 
        /// <summary>
269
 
        /// Distro Arch Series
270
 
        /// The distroarchseries being published into
271
 
        /// </summary>
272
 
        [Description("distro_arch_series")]
273
 
        public string DistroArchSeriesLink
274
 
        {
275
 
            get
276
 
            {
277
 
                return this._distroArchSeriesLink;
278
 
            }
279
 
            set
280
 
            {
281
 
                this._distroArchSeriesLink = value;
282
 
            }
283
 
        }
284
 
        
285
 
        /// <summary>
286
 
        /// Pocket
287
 
        /// The pocket into which this entry is published
288
 
        /// </summary>
289
 
        public Pocket Pocket
290
 
        {
291
 
            get
292
 
            {
293
 
                return this._pocket;
294
 
            }
295
 
            set
296
 
            {
297
 
                this._pocket = value;
298
 
            }
299
 
        }
300
 
        
301
 
        /// <summary>
302
 
        /// Priority Name
303
 
        /// </summary>
304
 
        public string PriorityName
305
 
        {
306
 
            get
307
 
            {
308
 
                return this._priorityName;
309
 
            }
310
 
            set
311
 
            {
312
 
                this._priorityName = value;
313
 
            }
314
 
        }
315
 
        
316
 
        /// <summary>
317
 
        /// Removal Comment
318
 
        /// Reason why this publication is going to be removed.
319
 
        /// </summary>
320
 
        public string RemovalComment
321
 
        {
322
 
            get
323
 
            {
324
 
                return this._removalComment;
325
 
            }
326
 
            set
327
 
            {
328
 
                this._removalComment = value;
329
 
            }
330
 
        }
331
 
        
332
 
        /// <summary>
333
 
        /// Removed By
334
 
        /// The Person responsible for the removal
335
 
        /// </summary>
336
 
        [Description("person")]
337
 
        public string RemovedByLink
338
 
        {
339
 
            get
340
 
            {
341
 
                return this._removedByLink;
342
 
            }
343
 
            set
344
 
            {
345
 
                this._removedByLink = value;
346
 
            }
347
 
        }
348
 
        
349
 
        /// <summary>
350
 
        /// Scheduled Deletion Date
351
 
        /// The date on which this record is scheduled for deletion
352
 
        /// </summary>
353
 
        public string ScheduledDeletionDate
354
 
        {
355
 
            get
356
 
            {
357
 
                return this._scheduledDeletionDate;
358
 
            }
359
 
            set
360
 
            {
361
 
                this._scheduledDeletionDate = value;
362
 
            }
363
 
        }
364
 
        
365
 
        /// <summary>
366
 
        /// Section Name
367
 
        /// </summary>
368
 
        public string SectionName
369
 
        {
370
 
            get
371
 
            {
372
 
                return this._sectionName;
373
 
            }
374
 
            set
375
 
            {
376
 
                this._sectionName = value;
377
 
            }
378
 
        }
379
 
        
380
 
        /// <summary>
381
 
        /// Status
382
 
        /// The status of this publishing record
383
 
        /// </summary>
384
 
        public Archive_status Status
385
 
        {
386
 
            get
387
 
            {
388
 
                return this._status;
389
 
            }
390
 
            set
391
 
            {
392
 
                this._status = value;
393
 
            }
394
 
        }
395
 
    }
396
 
}