~manishsinha/lpsharp/proxy-code

« back to all changes in this revision

Viewing changes to LpNet.LpSharp/ClientProxy/EmailAddressDiff.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 EmailAddressDiff
20
 
    {
21
 
        
22
 
        protected string _personLink;
23
 
        
24
 
        /// <summary>
25
 
        /// Person
26
 
        /// </summary>
27
 
        [Description("person")]
28
 
        public string PersonLink
29
 
        {
30
 
            get
31
 
            {
32
 
                return this._personLink;
33
 
            }
34
 
            set
35
 
            {
36
 
                this._personLink = value;
37
 
            }
38
 
        }
39
 
    }
40
 
}