33 lines
1.4 KiB
C#
33 lines
1.4 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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 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<System.DateTime> SourceStartDate { get; set; }
|
|
public Nullable<System.DateTime> SourceEndDate { get; set; }
|
|
public Nullable<System.DateTime> TargetStartDate { get; set; }
|
|
public Nullable<System.DateTime> TargetEndDate { get; set; }
|
|
public Nullable<System.DateTime> SourceDeadline { get; set; }
|
|
public Nullable<System.DateTime> TargetDeadline { get; set; }
|
|
public bool SourceHasActuals { get; set; }
|
|
public bool TargetHasActuals { get; set; }
|
|
}
|
|
}
|