OutlineCode
Contents
[
Hide
]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
| Name | Description |
|---|---|
| OutlineCode (2 overloads) | Initializes a new instance of the OutlineCode class. |
Methods
| Name | Description |
|---|---|
| get_FieldId | Gets the number value of the project Id custom field. |
| get_ValueGuid | Gets the GUID of the value in the value list. The ValueGuid matches the FieldGuid in the value list. |
| get_ValueId | Gets the Id in the value list associated with the definition in the outline code collection. |
| set_FieldId | Sets the number value of the project Id custom field. |
| set_ValueGuid | Sets the GUID of the value in the value list. The ValueGuid matches the FieldGuid in the value list. |
| set_ValueId | Sets the Id in the value list associated with the definition in the outline code collection. |