CSkill

Properties

Code

Description
This property contains the code for a particular collection entity.

Syntax
x = CSkill.Code
CSkill.Code = x

Type
String

Remarks
Because a collection cannot have a numeric code, the HelpDesk sample stores "stringized" numeric values. That is, the number is converted to a string and prefixed with a predetermined string constant, which for HelpDesk is "ID=".

Desc

Description
This property contains the description for a particular collection entity.

Syntax
x = CSkill.Desc
CSkill.Desc = x

Type
String

PKId

Description
This property contains the database PKId of the Skill object.

Syntax
x = CSkill.PKId
CSkill.PKId = x

Type
Long