12345678910111213141516171819202122232425262728293031323334353637383940 |
- //------------------------------------------------------------------------------
- // <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 ERD
- {
- using System;
- using System.Collections.Generic;
-
- public partial class TblLeadsCallHistory
- {
- public int OID { get; set; }
- public string CallFromNumber { get; set; }
- public string CallToNumber { get; set; }
- public Nullable<System.DateTime> DateTimeCalled { get; set; }
- public Nullable<int> CallDuration { get; set; }
- public Nullable<int> BillSeconds { get; set; }
- public string Disposition { get; set; }
- public string AsteriskIP { get; set; }
- public string AsteriskChannel { get; set; }
- public Nullable<int> Telemarketer { get; set; }
- public Nullable<int> LeadsKey { get; set; }
- public Nullable<int> OptimisticLockField { get; set; }
- public Nullable<int> GCRecord { get; set; }
- public Nullable<int> Recording { get; set; }
- public Nullable<int> Podmanager { get; set; }
- public Nullable<int> TelemarketerOffice { get; set; }
- public Nullable<short> TelemarketerCompany { get; set; }
- public Nullable<System.DateTime> RecordingUpdated { get; set; }
-
- public virtual TblPersonnel TblPersonnel { get; set; }
- public virtual TblPersonnel TblPersonnel1 { get; set; }
- public virtual TblTelemarketerOffice TblTelemarketerOffice { get; set; }
- }
- }
|