EnVisageOnline/Main/Source/EnVisage/VW_ProjectAccessByUserExten...

49 lines
2.1 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_ProjectAccessByUserExtended
{
public System.Guid Id { get; set; }
public Nullable<System.Guid> CompanyId { get; set; }
public Nullable<System.Guid> ClientId { get; set; }
public System.Guid TypeId { get; set; }
public System.Guid StatusId { get; set; }
public string Name { get; set; }
public string ProjectNumber { get; set; }
public string Color { get; set; }
public string Details { get; set; }
public decimal Priority { get; set; }
public decimal Probability { get; set; }
public bool IsRevenueGenerating { get; set; }
public Nullable<System.DateTime> Deadline { get; set; }
public Nullable<System.Guid> ParentProjectId { get; set; }
public bool HasChildren { get; set; }
public Nullable<decimal> PerformanceRedThreshold { get; set; }
public Nullable<decimal> PerformanceYellowThreshold { get; set; }
public Nullable<int> PartNum { get; set; }
public byte[] EditTimestamp { get; set; }
public System.Guid UserId { get; set; }
public string StatusName { get; set; }
public string CompanyName { get; set; }
public string ClientName { get; set; }
public string TypeName { get; set; }
public Nullable<System.Guid> ActiveScenarioId { get; set; }
public string ActiveScenarioName { get; set; }
public Nullable<int> Read { get; set; }
public Nullable<int> Write { get; set; }
public string ParentProjectName { get; set; }
public string ParentProjectColor { get; set; }
}
}