OutlineCode

OutlineCode class

Represents a value of an outline code.

Two pieces of data are necessary - a pointer to the outline code table that is specified by the FieldId, and the value that is specified either by the ValueId or ValueGuid pointer to the value list.

Constructors

NameDescription
OutlineCode (2 overloads)Initializes a new instance of the OutlineCode class.

Methods

NameDescription
get_FieldIdGets the number value of the project Id custom field.
get_ValueGuidGets the GUID of the value in the value list. The ValueGuid matches the FieldGuid in the value list.
get_ValueIdGets the Id in the value list associated with the definition in the outline code collection.
set_FieldIdSets the number value of the project Id custom field.
set_ValueGuidSets the GUID of the value in the value list. The ValueGuid matches the FieldGuid in the value list.
set_ValueIdSets the Id in the value list associated with the definition in the outline code collection.