-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathContactPerUserTable.cs
More file actions
47 lines (44 loc) · 2.22 KB
/
ContactPerUserTable.cs
File metadata and controls
47 lines (44 loc) · 2.22 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
//------------------------------------------------------------------------------
// <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 ContactPerUserTable
{
public int ContactServiceID { get; set; }
public string UserName { get; set; }
public Nullable<byte> FlagStatus { get; set; }
public string FollowUpFlag { get; set; }
public Nullable<bool> ReminderSet { get; set; }
public Nullable<System.DateTime> FlagDueBy { 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<int> TodoItemFlags { get; set; }
public byte[] SwappedTodoStore { get; set; }
public byte[] SwappedTodoData { get; set; }
public string TodoTitle { get; set; }
public Nullable<System.DateTime> DueDate { get; set; }
public Nullable<System.DateTime> StartDate { get; set; }
public Nullable<System.DateTime> CommonStart { get; set; }
public Nullable<System.DateTime> CommonEnd { get; set; }
public Nullable<bool> Complete { get; set; }
public Nullable<System.DateTime> FlagCompleteTime { get; set; }
public Nullable<System.DateTime> ReplyTime { get; set; }
public Nullable<System.DateTime> DateCompleted { get; set; }
public Nullable<int> TaskStatus { get; set; }
public Nullable<System.DateTime> AutoReminderTime { get; set; }
public Nullable<System.DateTime> AutoDueDate { get; set; }
public Nullable<bool> ReminderUnset { get; set; }
public virtual ContactMainTable ContactMainTable { get; set; }
}
}