Enum CalculationType
Enum CalculationType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the type of a calculation of the custom attribute’s value.
public enum CalculationType
Fields
Formula = 2
Means the value of the extended attribute is calculated using formula defined in Aspose.Tasks.ExtendedAttributeDefinition.Formula.
Lookup = 1
Means the value of the extended attribute is restricted to values from a lookup table.
None = 0
Means the extended attribute has no lookup table of formula and simply stores value set by the user.