ExtendedAttributeDefinitionCreateTaskDefinition Method |
Name | Description | |
---|---|---|
CreateTaskDefinition(ExtendedAttributeTask, String) |
Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has CalculationType equals to None and can be used in Tasks only.
You are required to specify fieldId and alias when calling this method.
The field type is inferred from field id.
| |
CreateTaskDefinition(CustomFieldType, ExtendedAttributeTask, String) |
Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has CalculationType equals to None and can be used in Tasks only.
You are required to specify customFieldType, fieldId and alias when calling this method.
|