Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class ProjectTypeStatusLink : Carrier
public ProjectTypeStatusLink()
public virtual int ProjStatusId { get; set; }
public virtual string ProjStatusName { get; set; }
public virtual string ProjStatusTooltip { get; set; }
public virtual int ProjTypeId { get; set; }
public virtual string ProjTypeName { get; set; }
public virtual string ProjTypeTooltip { get; set; }
public virtual int ProjectTypeStatusLinkId { get; set; }
Was this page helpful?