-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathContactFullView.cs
More file actions
166 lines (164 loc) · 8.18 KB
/
Copy pathContactFullView.cs
File metadata and controls
166 lines (164 loc) · 8.18 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
//------------------------------------------------------------------------------
// <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 ContactFullView
{
public int ContactServiceID { get; set; }
public long Version { get; set; }
public long ContentVersion { get; set; }
public int Type { get; set; }
public Nullable<int> IrisSubType { get; set; }
public bool IsDeletedLocally { get; set; }
public Nullable<int> ParentContactServiceID { 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> ModifiedOnUTC { 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<int> MessageFlags { get; set; }
public string AssignedTo { get; set; }
public string IMAddress { get; set; }
public string OfficeLocation { get; set; }
public byte[] BusinessCardDisplayDefinition { get; set; }
public string ReferredBy { get; set; }
public Nullable<System.Guid> ReferredEntryId { get; set; }
public string LeadSource { get; set; }
public string AreaOfInterest { get; set; }
public string LeadScore { get; set; }
public bool LeadScoreCalculated { 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 string HomeAddressStreet { get; set; }
public string HomeAddressPOB { get; set; }
public string HomeAddressCity { get; set; }
public string HomeAddressState { get; set; }
public string HomeAddressZip { get; set; }
public string HomeAddressCountry { get; set; }
public string HomeAddress { get; set; }
public string WorkAddressStreet { get; set; }
public string WorkAddressPOB { get; set; }
public string WorkAddressCity { get; set; }
public string WorkAddressState { get; set; }
public string WorkAddressZip { get; set; }
public string WorkAddressCountry { get; set; }
public string BusinessAddress { get; set; }
public string OtherAddressStreet { get; set; }
public string OtherAddressPOB { get; set; }
public string OtherAddressCity { get; set; }
public string OtherAddressState { get; set; }
public string OtherAddressZip { get; set; }
public string OtherAddressCountry { get; set; }
public string OtherAddress { get; set; }
public string PostalAddress { get; set; }
public string Email1Address { get; set; }
public string Email1DisplayAs { get; set; }
public string Email2Address { get; set; }
public string Email2DisplayAs { get; set; }
public string Email3Address { get; set; }
public string Email3DisplayAs { get; set; }
public string HomePhoneNum { get; set; }
public string WorkPhoneNum { get; set; }
public string MobilePhoneNum { get; set; }
public string BusinessFaxNum { get; set; }
public string BusinessPhone2 { get; set; }
public string CallbackNum { get; set; }
public string CompanyMainPhoneNum { get; set; }
public string ISDNNum { get; set; }
public string OtherFaxNum { get; set; }
public string OtherPhoneNum { get; set; }
public string TelexNum { get; set; }
public string RadioPhoneNum { get; set; }
public string PrimaryPhoneNum { get; set; }
public string PhoneNum1 { get; set; }
public string PhoneNum2 { get; set; }
public string PhoneNum3 { get; set; }
public string PhoneNum4 { get; set; }
public string PhoneNum5 { get; set; }
public string PhoneNum6 { get; set; }
public string ContactNotes { get; set; }
public byte[] CompressedRichText { get; set; }
public Nullable<byte> MailingAddressIndicator { get; set; }
public byte[] DisplaySelectors { get; set; }
public string Nickname { get; set; }
public string Children { get; set; }
public string Hobby { get; set; }
public string Spouse { get; set; }
public string AccountNumber { get; set; }
public string Revenue { get; set; }
public string TickerSymbol { get; set; }
public string Employees { get; set; }
public Nullable<System.DateTime> ReminderTime { get; set; }
public Nullable<System.DateTime> AutoReminderTime { get; set; }
public Nullable<int> ReminderMinutesBeforeStart { get; set; }
public Nullable<bool> ReminderOverrideDefault { get; set; }
public Nullable<bool> ReminderPlaySound { get; set; }
public string ReminderSoundFile { get; set; }
public Nullable<System.DateTime> FlagDueBy { get; set; }
public Nullable<bool> ReminderSet { get; set; }
public string UserName { get; set; }
public Nullable<byte> FlagStatus { get; set; }
public string FollowUpFlag { get; set; }
public Nullable<int> TodoItemFlags { get; set; }
public byte[] SwappedTodoStore { get; set; }
public byte[] SwappedTodoData { get; set; }
public string TodoTitle { get; set; }
public Nullable<System.DateTime> CommonStart { get; set; }
public Nullable<System.DateTime> CommonEnd { get; set; }
public Nullable<System.DateTime> StartDate { get; set; }
public Nullable<System.DateTime> DueDate { get; set; }
public Nullable<System.DateTime> AutoDueDate { get; set; }
public Nullable<bool> Complete { get; set; }
public Nullable<System.DateTime> FlagCompleteTime { get; set; }
public string PostalAddressStreet { get; set; }
public string PostalAddressCity { get; set; }
public string PostalAddressState { get; set; }
public string PostalAddressCountry { get; set; }
public string PostalAddressZip { get; set; }
public string PostalAddressPOB { get; set; }
public Nullable<int> AttachmentCount { get; set; }
public Nullable<bool> HasPicture { get; set; }
public string YomiFirstName { get; set; }
public string YomiLastName { get; set; }
public string YomiCompanyName { get; set; }
public string YomiAccountName { get; set; }
}
}