//------------------------------------------------------------------------------
//
// 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 EnVisage
{
using System;
using System.Collections.Generic;
public partial class VW_ProjectDependencies
{
public System.Guid Id { get; set; }
public System.Guid SourceProjectId { get; set; }
public System.Guid TargetProjectId { get; set; }
public short Type { get; set; }
public string SourceProjectName { get; set; }
public string TargetProjectName { get; set; }
public Nullable SourceStartDate { get; set; }
public Nullable SourceEndDate { get; set; }
public Nullable TargetStartDate { get; set; }
public Nullable TargetEndDate { get; set; }
public Nullable SourceDeadline { get; set; }
public Nullable TargetDeadline { get; set; }
public bool SourceHasActuals { get; set; }
public bool TargetHasActuals { get; set; }
}
}