~manishsinha/lpsharp/proxy-code

« back to all changes in this revision

Viewing changes to LpNet.LpSharp/ClientProxy/TimelineProjectSeriesPage.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 TimelineProjectSeriesPage
20
 
    {
21
 
        
22
 
        protected string _resourceTypeLink;
23
 
        
24
 
        protected string _totalSize;
25
 
        
26
 
        protected string _start;
27
 
        
28
 
        protected string _nextCollectionLink;
29
 
        
30
 
        protected string _prevCollectionLink;
31
 
        
32
 
        protected string _entries;
33
 
        
34
 
        protected string _entryLinks;
35
 
        
36
 
        public string ResourceTypeLink
37
 
        {
38
 
            get
39
 
            {
40
 
                return this._resourceTypeLink;
41
 
            }
42
 
            set
43
 
            {
44
 
                this._resourceTypeLink = value;
45
 
            }
46
 
        }
47
 
        
48
 
        public string TotalSize
49
 
        {
50
 
            get
51
 
            {
52
 
                return this._totalSize;
53
 
            }
54
 
            set
55
 
            {
56
 
                this._totalSize = value;
57
 
            }
58
 
        }
59
 
        
60
 
        public string Start
61
 
        {
62
 
            get
63
 
            {
64
 
                return this._start;
65
 
            }
66
 
            set
67
 
            {
68
 
                this._start = value;
69
 
            }
70
 
        }
71
 
        
72
 
        [Description("timeline_project_series-page-resource")]
73
 
        public string NextCollectionLink
74
 
        {
75
 
            get
76
 
            {
77
 
                return this._nextCollectionLink;
78
 
            }
79
 
            set
80
 
            {
81
 
                this._nextCollectionLink = value;
82
 
            }
83
 
        }
84
 
        
85
 
        [Description("timeline_project_series-page-resource")]
86
 
        public string PrevCollectionLink
87
 
        {
88
 
            get
89
 
            {
90
 
                return this._prevCollectionLink;
91
 
            }
92
 
            set
93
 
            {
94
 
                this._prevCollectionLink = value;
95
 
            }
96
 
        }
97
 
        
98
 
        public string Entries
99
 
        {
100
 
            get
101
 
            {
102
 
                return this._entries;
103
 
            }
104
 
            set
105
 
            {
106
 
                this._entries = value;
107
 
            }
108
 
        }
109
 
        
110
 
        [Description("timeline_project_series")]
111
 
        public string EntryLinks
112
 
        {
113
 
            get
114
 
            {
115
 
                return this._entryLinks;
116
 
            }
117
 
            set
118
 
            {
119
 
                this._entryLinks = value;
120
 
            }
121
 
        }
122
 
    }
123
 
}