Class NSProjectTypeStatusLink
Syntax
Constructors
NSProjectTypeStatusLink()
Initializes a new instance of the NSProjectTypeStatusLink class.
Introduced or updated in version: 7.5
Declaration
Methods
GetProjectTypeStatusLinkId()
Introduced or updated in version: 7.5
Declaration
Integer GetProjectTypeStatusLinkId()
Returns
GetProjStatusId()
Introduced or updated in version: 7.5
Declaration
Integer GetProjStatusId()
Returns
GetProjStatusName()
Introduced or updated in version: 7.5
Declaration
String GetProjStatusName()
Returns
Introduced or updated in version: 7.5
Declaration
String GetProjStatusTooltip()
Returns
GetProjTypeId()
Introduced or updated in version: 7.5
Declaration
Returns
GetProjTypeName()
Introduced or updated in version: 7.5
Declaration
Returns
Introduced or updated in version: 7.5
Declaration
String GetProjTypeTooltip()
Returns
SetProjectTypeStatusLinkId(Integer)
Introduced or updated in version: 7.5
Declaration
Void SetProjectTypeStatusLinkId(Integer linkId)
Parameters
Type |
Name |
Description |
Integer |
linkId |
|
Returns
SetProjStatusId(Integer)
Introduced or updated in version: 7.5
Declaration
Void SetProjStatusId(Integer statusId)
Parameters
Type |
Name |
Description |
Integer |
statusId |
|
Returns
SetProjStatusName(String)
Introduced or updated in version: 7.5
Declaration
Void SetProjStatusName(String statusName)
Parameters
Type |
Name |
Description |
String |
statusName |
|
Returns
Introduced or updated in version: 7.5
Declaration
Void SetProjStatusTooltip(String tooltip)
Parameters
Type |
Name |
Description |
String |
tooltip |
|
Returns
SetProjTypeId(Integer)
Introduced or updated in version: 7.5
Declaration
Void SetProjTypeId(Integer typeId)
Parameters
Type |
Name |
Description |
Integer |
typeId |
|
Returns
SetProjTypeName(String)
Introduced or updated in version: 7.5
Declaration
Void SetProjTypeName(String typeName)
Parameters
Type |
Name |
Description |
String |
typeName |
|
Returns
Introduced or updated in version: 7.5
Declaration
Void SetProjTypeTooltip(String tooltip)
Parameters
Type |
Name |
Description |
String |
tooltip |
|
Returns