-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAccountsFullView.cs
89 lines (87 loc) · 4.45 KB
/
AccountsFullView.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
//------------------------------------------------------------------------------
// <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 AccountsFullView
{
public int ContactServiceID { get; set; }
public bool IsDeletedLocally { get; set; }
public Nullable<System.Guid> EntryGUID { get; set; }
public string CompanyName { get; set; }
public string CustomerID { get; set; }
public string WorkAddressCity { get; set; }
public string WorkAddressState { get; set; }
public string WorkAddressStreet { get; set; }
public string WorkAddressZip { get; set; }
public string WorkAddressCountry { 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 int Type { get; set; }
public string WorkPhoneNum { get; set; }
public string BusinessPhone2 { get; set; }
public string CompanyMainPhoneNum { get; set; }
public string BusinessFaxNum { get; set; }
public string ReferredBy { get; set; }
public Nullable<System.Guid> ReferredEntryId { get; set; }
public string ModifiedBy { get; set; }
public string CreatedBy { get; set; }
public string WebAddress { 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 Nullable<System.Guid> PrimaryContactGUID { get; set; }
public Nullable<System.Guid> ParentEntryID { get; set; }
public string FileAs { get; set; }
public string FullName { get; set; }
public Nullable<System.DateTime> LastAccessTime { 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.DateTime> ModifiedOn { get; set; }
public Nullable<System.DateTime> ModifiedOnUTC { get; set; }
public Nullable<System.DateTime> CreatedOn { get; set; }
public string ContactNotes { get; set; }
public byte[] CompressedRichText { get; set; }
public string AccountPaymentStatus { get; set; }
public Nullable<short> AccountPaymentStatusOrderId { get; set; }
public string AccountRating { get; set; }
public Nullable<short> AccountRatingOrderId { get; set; }
public bool AccountActive { get; set; }
public string AccountTerritory { get; set; }
public Nullable<short> AccountTerritoryOrderId { get; set; }
public string TypeOfEntity { get; set; }
public Nullable<short> TypeOfEntityOrderID { get; set; }
public string LeadSource { get; set; }
public Nullable<short> LeadSourceOrderID { get; set; }
public string PrefContactMethod { get; set; }
public Nullable<short> PrefContactMethodOrderID { get; set; }
public string PrimaryContactName { get; set; }
public string PrimaryContactFullName { get; set; }
public Nullable<System.Guid> PrimaryContactEntryGUID { get; set; }
public string PrimaryContactWorkStreet { get; set; }
public string PrimaryContactWorkCity { get; set; }
public string PrimaryContactWorkState { get; set; }
public string PrimaryContactWorkZip { get; set; }
public string PrimaryContactWorkCountry { get; set; }
public string PrimaryContactEmailAddress { get; set; }
public string PrimaryContactWorkPhone { get; set; }
public string PrimaryContactBusinessFax { get; set; }
public Nullable<System.Guid> PrimaryContactParentEntryID { get; set; }
public string PrimaryContactNotes { get; set; }
}
}