ExtendedAttribute
Contents
[
Hide
]ExtendedAttribute class
Represents extended attributes.
Currently supported all types of Extended attributes reading from MSP Xml 2003/2007 and mpp 2003. For MSP mpp 2007 all Extended attributes reading supported except durations and flags.
Methods
| Name | Description |
|---|---|
| get_AttributeDefinition | Gets the attribute definition. |
| get_DateValue | Gets a value for attributes with date types (Date, Start, Finish). |
| get_DurationValue | Gets value for attributes with ’ Duration ’ type. |
| get_FieldId | Gets the id of a field. |
| get_FlagValue | Gets a value indicating whether a flag is set for an attribute with ‘Flag’ type. |
| get_IsErrorValue | Gets whether calculation of extended attribute’s value resulted in an error. |
| get_NumericValue | Gets a value for attributes with numeric types (Cost, Number). |
| get_TextValue | Gets a value for attributes with ‘Text’ type. |
| get_ValueGuid | Gets the guid of a lookup value. |
| get_ValueReadOnly | Gets a value indicating whether a value of this ExtendedAttribute instance is read-only. returns true if a formula or rollup is defined in the ExtendedAttributeDefinition for this object. |
| set_DateValue | Sets a value for attributes with date types (Date, Start, Finish). |
| set_DurationValue | Sets value for attributes with ’ Duration ’ type. |
| set_FlagValue | Sets a value indicating whether a flag is set for an attribute with ‘Flag’ type. |
| set_NumericValue | Sets a value for attributes with numeric types (Cost, Number). |
| set_TextValue | Sets a value for attributes with ‘Text’ type. |
| ToString | Returns short string representation of an extended attribute. |