EnVisageOnline/Main-RMO/Source/EnVisage/VW_ProjectAccessByUser.cs

48 lines
2.0 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_ProjectAccessByUser
{
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 int 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 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 int Read { get; set; }
public int Write { get; set; }
public string Teams { get; set; }
public byte[] DateEdited { get; set; }
}
}