Basic ERD diagram of PV Database
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829303132333435
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace ERD
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class TblSMSCampaignMessage
  14. {
  15. public int OID { get; set; }
  16. public Nullable<System.DateTime> DateSent { get; set; }
  17. public string Message { get; set; }
  18. public Nullable<int> Portfolio { get; set; }
  19. public Nullable<int> Contract { get; set; }
  20. public Nullable<int> SMSType { get; set; }
  21. public string CellPhoneNumber { get; set; }
  22. public string SMSResult { get; set; }
  23. public string MemberNumber { get; set; }
  24. public Nullable<System.DateTime> ActionDate { get; set; }
  25. public Nullable<bool> Sent { get; set; }
  26. public Nullable<int> Guest { get; set; }
  27. public Nullable<bool> IsSpouse { get; set; }
  28. public Nullable<int> OptimisticLockField { get; set; }
  29. public Nullable<int> GCRecord { get; set; }
  30. public virtual TblPortfolio TblPortfolio { get; set; }
  31. }
  32. }