//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
namespace ERD
{
using System;
using System.Collections.Generic;
public partial class Title
{
public Title()
{
this.Transfigurations = new HashSet();
this.Transfigurations1 = new HashSet();
this.TblStreamlines = new HashSet();
this.TblStreamlines1 = new HashSet();
this.TblTFGLeads = new HashSet();
this.TblTimeOffNoVouchers = new HashSet();
this.TblTimeOffVouchers = new HashSet();
this.TblDetailedInfoes = new HashSet();
this.TblLeads = new HashSet();
this.TblLeads1 = new HashSet();
this.TblPersonnels = new HashSet();
this.TblPortfolios = new HashSet();
this.TblPortfolios1 = new HashSet();
}
public string Title1 { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable IsMale { get; set; }
public Nullable Hidden { get; set; }
public virtual ICollection Transfigurations { get; set; }
public virtual ICollection Transfigurations1 { get; set; }
public virtual ICollection TblStreamlines { get; set; }
public virtual ICollection TblStreamlines1 { get; set; }
public virtual ICollection TblTFGLeads { get; set; }
public virtual ICollection TblTimeOffNoVouchers { get; set; }
public virtual ICollection TblTimeOffVouchers { get; set; }
public virtual ICollection TblDetailedInfoes { get; set; }
public virtual ICollection TblLeads { get; set; }
public virtual ICollection TblLeads1 { get; set; }
public virtual ICollection TblPersonnels { get; set; }
public virtual ICollection TblPortfolios { get; set; }
public virtual ICollection TblPortfolios1 { get; set; }
}
}