Method and Description |
---|
com.aspose.tasks.ExtendedAttributeDefinition.createLookupDefinition()
The method is not used anymore and will be removed after the release 20.11. Use the
CreateLookupTaskDefinition(CustomFieldType,ExtendedAttributeTask,string) or
CreateLookupResourceDefinition(CustomFieldType,ExtendedAttributeResource,string) methods instead.
|
com.aspose.tasks.ExtendedAttribute.getAttributeDefinition()
This property's setter is obsolete and will be removed in v 20.12. Please use factory methods of
ExtendedAttributeDefinition class to create instance of ExtendedAttribute for the specific
AttributeDefinition. The getter can be safely used.
|
com.aspose.tasks.ExtendedAttribute.getFieldId()
This property's setter is obsolete and will be removed in v 20.12. Please use factory methods of
ExtendedAttributeDefinition class to create instance of ExtendedAttribute for the specific
AttributeDefinition. The getter can be safely used.
|
com.aspose.tasks.View.getIndex()
This property is not used anymore and will be removed after the release 20.10.
|
com.aspose.tasks.WeekDayCollection.getParentCalendar()
This property is obsolete and will be removed after the release 21.04.
|
com.aspose.tasks.WorkWeek.getParentCalendar()
This property is obsolete and will be removed after the release 21.04.
|
com.aspose.tasks.TableField.getParentTable()
This property is obsolete and will be removed after the release 21.03.
|
com.aspose.tasks.TaskBaselineCollection.getParentTask()
This property is obsolete and will be removed after the release 21.04.
|
com.aspose.tasks.SaveOptions.getTimescaleTier()
This property is not used anymore and will be removed in version 20.12. Use view's timescale settings
(*TimescaleTier properties) or SaveOptions.Timescale property to control rendering of timescale tiers.
|
com.aspose.tasks.ExtendedAttribute.setAttributeDefinition(ExtendedAttributeDefinition)
This property's setter is obsolete and will be removed in v 20.12. Please use factory methods of
ExtendedAttributeDefinition class to create instance of ExtendedAttribute for the specific
AttributeDefinition. The getter can be safely used.
|
com.aspose.tasks.ExtendedAttribute.setFieldId(String)
This property's setter is obsolete and will be removed in v 20.12. Please use factory methods of
ExtendedAttributeDefinition class to create instance of ExtendedAttribute for the specific
AttributeDefinition. The getter can be safely used.
|
com.aspose.tasks.SaveOptions.setTimescaleTier(TimescaleTier)
This property is not used anymore and will be removed in version 20.12. Use view's timescale settings
(*TimescaleTier properties) or SaveOptions.Timescale property to control rendering of timescale tiers.
|