Skip to main content
Carrier object for ProjectType.

Constructors

NSProjectType()

Initializes a new instance of the NSProjectType class.

Methods

GetId()

Gets the primary key (ID) for the NSProjectType.
Returns: CRMScript.Global.Integer - NSProjectType Id. Example:

GetTooltip()

Gets the tooltip description for the NSProjectType list item.
Returns: CRMScript.Global.String - NSProjectType tooltip description. Example:

GetValue()

Gets the name of the NSProjectType.
Returns: CRMScript.Global.String - NSProjectType name. Example:

SetId(Integer)

Sets the primary key (ID) for the NSProjectType
Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Sets the tooltip description for the NSProjectType list item.
Returns: CRMScript.Global.Void Example:

SetValue(String)

Sets the name of the NSProjectType item.
Returns: CRMScript.Global.Void Example: