-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAccountExportView.cs
More file actions
122 lines (120 loc) · 5.93 KB
/
Copy pathAccountExportView.cs
File metadata and controls
122 lines (120 loc) · 5.93 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
//------------------------------------------------------------------------------
// <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 AccountExportView
{
public int ContactServiceID { get; set; }
public Nullable<System.Guid> EntryGUID { get; set; }
public string FileAs { get; set; }
public Nullable<System.Guid> PrimaryContactGUID { get; set; }
public string CustomerID { get; set; }
public Nullable<bool> Active { get; set; }
public string PaymentStatus { get; set; }
public string Rating { get; set; }
public string WorkAddressCity { get; set; }
public string WorkAddressCountry { get; set; }
public string WorkAddressZip { get; set; }
public string WorkAddressState { get; set; }
public string WorkAddressStreet { get; set; }
public string HomeAddressStreet { get; set; }
public string HomeAddressPOB { get; set; }
public string HomeAddressCountry { get; set; }
public string HomeAddressCity { get; set; }
public string HomeAddressState { get; set; }
public string HomeAddressZip { get; set; }
public string OtherAddressCity { get; set; }
public string OtherAddressState { get; set; }
public string OtherAddressStreet { get; set; }
public string OtherAddressZip { get; set; }
public string OtherAddressCountry { get; set; }
public string BusinessFaxNum { get; set; }
public string WorkPhoneNum { get; set; }
public string HomePhoneNum { get; set; }
public string MobilePhoneNum { get; set; }
public string BusinessPhone2 { get; set; }
public string CompanyMainPhoneNum { 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 WebAddress { get; set; }
public string ContactNotes { get; set; }
public byte[] CompressedRichText { get; set; }
public string Territory { get; set; }
public int Type { get; set; }
public string ReferredBy { get; set; }
public Nullable<System.Guid> ReferredEntryId { get; set; }
public string LeadSource { get; set; }
public string TypeOfEntity { get; set; }
public Nullable<System.DateTime> ModifiedOn { get; set; }
public Nullable<System.DateTime> ModifiedOnUTC { get; set; }
public string ModifiedBy { get; set; }
public Nullable<System.DateTime> CreatedOn { get; set; }
public string CreatedBy { get; set; }
public string CallbackNum { get; set; }
public string ISDNNum { get; set; }
public string OtherFaxNum { 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 OtherPhoneNum { get; set; }
public string PrimaryPhoneNum { get; set; }
public string RadioPhoneNum { get; set; }
public string TelexNum { get; set; }
public string PhoneNum6 { get; set; }
public bool IsDeletedLocally { get; set; }
public Nullable<long> Version { get; set; }
public Nullable<long> ContentVersion { get; set; }
public string AreaOfInterest { get; set; }
public string PrefContactMethod { get; set; }
public Nullable<bool> DoNotCall { get; set; }
public Nullable<bool> DoNotEmail { get; set; }
public Nullable<bool> DoNotFax { get; set; }
public Nullable<bool> DoNotSendLetter { get; set; }
public string AssignedTo { get; set; }
public string OfficeLocation { get; set; }
public string CompanyName { get; set; }
public string AccountNumber { get; set; }
public string Revenue { get; set; }
public string TickerSymbol { get; set; }
public string Employees { 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> StartDate { get; set; }
public Nullable<System.DateTime> DueDate { get; set; }
public Nullable<bool> Complete { get; set; }
public Nullable<System.DateTime> FlagCompleteTime { get; set; }
public Nullable<System.DateTime> ReminderTime { 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<bool> ReminderSet { get; set; }
public string UserName { get; set; }
public Nullable<byte> MailingAddressIndicator { get; set; }
public byte[] DisplaySelectors { get; set; }
public Nullable<int> IrisSubType { get; set; }
public byte[] BusinessCardDisplayDefinition { get; set; }
public string PrimaryContact { get; set; }
public Nullable<int> AttachmentCount { get; set; }
public Nullable<bool> HasPicture { get; set; }
public string YomiAccountName { get; set; }
}
}