-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAccountsDeletedTable.cs
41 lines (39 loc) · 1.8 KB
/
AccountsDeletedTable.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
//------------------------------------------------------------------------------
// <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 AccountsDeletedTable
{
public System.Guid EntryGUID { get; set; }
public Nullable<System.DateTime> ModifiedOn { get; set; }
public string FullName { get; set; }
public string WebPage { get; set; }
public Nullable<bool> Active { get; set; }
public string BusinessAddressStreet { get; set; }
public string BusinessAddressCity { get; set; }
public string BusinessAddressState { get; set; }
public string BusinessAddressPostalCode { get; set; }
public string BusinessAddressCountry { get; set; }
public string OtherAddressStreet { get; set; }
public string OtherAddressCity { get; set; }
public string OtherAddressState { get; set; }
public string OtherAddressPostalCode { get; set; }
public string OtherAddressCountry { get; set; }
public string Email1Address { get; set; }
public string Email2Address { get; set; }
public string Email3Address { get; set; }
public string BusinessTelephoneNumber { get; set; }
public string BusinessFaxNumber { get; set; }
public string OtherTelephoneNumber { get; set; }
public string OtherFaxNumber { get; set; }
public Nullable<System.Guid> PrimaryContactGUID { get; set; }
}
}