Class ProjectTypeStatusLink
Carrier object for ProjectTypeStatusLink.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class ProjectTypeStatusLink : Carrier
Constructors
ProjectTypeStatusLink()
Default constructor
Declaration
public ProjectTypeStatusLink()
Properties
ProjectTypeStatusLinkId
Primary key
Declaration
public virtual int ProjectTypeStatusLinkId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProjStatusId
Primary key
Declaration
public virtual int ProjStatusId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProjStatusName
The list item
Declaration
public virtual string ProjStatusName { get; set; }
Property Value
Type | Description |
---|---|
String |
ProjStatusTooltip
Tooltip or other description
Declaration
public virtual string ProjStatusTooltip { get; set; }
Property Value
Type | Description |
---|---|
String |
ProjTypeId
Primary key
Declaration
public virtual int ProjTypeId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProjTypeName
The list item
Declaration
public virtual string ProjTypeName { get; set; }
Property Value
Type | Description |
---|---|
String |
ProjTypeTooltip
Tooltip or other description
Declaration
public virtual string ProjTypeTooltip { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |