Method and Description |
---|
com.aspose.tasks.ExtendedAttributeDefinition.createExtendedAttribute(OutlineValue)
If you want to create an attribute with the specific value use ExtendedAttributeDefinition.createExtendedAttribute(Value) instead.
|
com.aspose.tasks.SplitPartCollection.get_Item(int)
Use get(int) instead.
|
com.aspose.tasks.AssignmentBaselineCollection.getCount()
Use size() instead.
|
com.aspose.tasks.BaselineCollection.getCount()
Use size() instead.
|
com.aspose.tasks.CalendarCollection.getCount()
Use size() instead.
|
com.aspose.tasks.CalendarExceptionCollection.getCount()
Use size() instead.
|
com.aspose.tasks.RateCollection.getCount()
Use size() instead.
|
com.aspose.tasks.ResourceAssignmentCollection.getCount()
Use size() instead.
|
com.aspose.tasks.ResourceCollection.getCount()
Use size() instead.
|
com.aspose.tasks.SplitPartCollection.getCount()
Use size() instead.
|
com.aspose.tasks.TaskBaselineCollection.getCount()
Use size() instead.
|
com.aspose.tasks.TaskCollection.getCount()
Use size() instead.
|
com.aspose.tasks.TaskLinkCollection.getCount()
Use size() instead.
|
com.aspose.tasks.VbaModuleAttributeCollection.getCount()
Use size() instead.
|
com.aspose.tasks.VbaModuleCollection.getCount()
Use size() instead.
|
com.aspose.tasks.VbaReferenceCollection.getCount()
Use size() instead.
|
com.aspose.tasks.WeekDayCollection.getCount()
Use size() instead.
|
com.aspose.tasks.WorkingTimeCollection.getCount()
Use size() instead.
|
com.aspose.tasks.WorkWeekCollection.getCount()
Use size() instead.
|
com.aspose.tasks.OutlineValue.getFieldGuid()
Use strongly typed
OutlineValue.getValueGuid instead. |
com.aspose.tasks.ExtendedAttributeDefinition.setCfType(int)
Don't set the value for CfType property.
Instead create ExtendedAttributeDefinition using strongly typed static factory methods named like create*Definition().
|
com.aspose.tasks.OutlineValue.setFieldGuid(String)
Use strongly typed
OutlineValue.setValueGuid instead. Avoid using Setter because Guid value is calculated internally. |
com.aspose.tasks.ExtendedAttributeDefinition.setFieldName(String)
Don't set the value for FieldName property.
Instead create ExtendedAttributeDefinition using strongly typed static factory methods named like create*Definition().
|
com.aspose.tasks.ExtendedAttributeDefinition.setLookupUid(String)
Do not use Setter directly, instead use one of the factory methods:
ExtendedAttributeDefinition.createLookupTaskDefinition or ExtendedAttributeDefinition.createLookupResourceDefinition.
|
com.aspose.tasks.ExtendedAttribute.setValueGuid(String)
Do not use Setter, instead use ExtendedAttributeDefinition.CreateExtendedAttribute(Value lookupValue) to create an extended attribute with a lookup value.
|
com.aspose.tasks.ExtendedAttributeDefinition.setValueList(List<Value>) |
Constructor and Description |
---|
com.aspose.tasks.ExtendedAttributeDefinition()
Do not create attributes using this constructor.
Instead create ExtendedAttributeDefinition using strongly typed static factory methods named like Create*Definition().
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.