-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathContactMainView.cs
71 lines (69 loc) · 3.25 KB
/
ContactMainView.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace BcmMigrationTool
{
using System;
using System.Collections.Generic;
public partial class ContactMainView
{
public int ContactServiceID { get; set; }
public long Version { get; set; }
public long ContentVersion { get; set; }
public int Type { get; set; }
public bool IsDeletedLocally { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
public string MiddleName { get; set; }
public string Suffix { get; set; }
public string Prefix { get; set; }
public string FileAs { get; set; }
public string FullName { get; set; }
public string Subject { get; set; }
public Nullable<System.Guid> EntryGUID { get; set; }
public Nullable<System.Guid> ParentEntryID { get; set; }
public string JobTitle { get; set; }
public string Profession { get; set; }
public string CompanyName { get; set; }
public string Department { get; set; }
public Nullable<System.DateTime> Birthday { get; set; }
public Nullable<System.DateTime> WeddingAnniversary { get; set; }
public string ManagerName { get; set; }
public string AssistantName { get; set; }
public string CreatedBy { get; set; }
public Nullable<System.DateTime> CreatedOn { get; set; }
public string ModifiedBy { get; set; }
public Nullable<System.DateTime> ModifiedOn { get; set; }
public Nullable<System.DateTime> LastAccessTime { get; set; }
public string PrefContactMethod { get; set; }
public Nullable<bool> DoNotEmail { get; set; }
public Nullable<bool> DoNotFax { get; set; }
public Nullable<bool> DoNotCall { get; set; }
public Nullable<bool> DoNotSendLetter { get; set; }
public Nullable<System.Guid> PrimaryContactGUID { get; set; }
public string PaymentStatus { get; set; }
public string Rating { get; set; }
public bool Active { get; set; }
public string CustomerID { get; set; }
public string Territory { get; set; }
public string TypeOfEntity { get; set; }
public string WebAddress { get; set; }
public Nullable<byte> FlagStatus { get; set; }
public string FollowUpFlag { get; set; }
public Nullable<int> MessageFlags { get; set; }
public Nullable<int> ParentContactServiceID { get; set; }
public string ReferredBy { get; set; }
public string LeadSource { get; set; }
public string AreaOfInterest { get; set; }
public string LeadScore { get; set; }
public bool LeadScoreCalculated { get; set; }
public Nullable<System.Guid> GrandParentEntryID { get; set; }
public Nullable<int> ParentType { get; set; }
public Nullable<int> GrandParentContactServiceID { get; set; }
}
}