ScheduleField.CreatesCircularReferences
Description:
Checks whether a field ID would create a circular chain of references when used by the PercentageOf property of this field.
Checks whether a field ID would create a circular chain of references when used by the PercentageOf property of this field.
public bool CreatesCircularReferences(
ScheduleFieldId fieldId
)
-
fieldIdThe field ID to check.
Return Value
bool
True if the field ID would create a circular chain of references,
false otherwise.
-
fieldId is not InvalidScheduleFieldId or the ID of a field that can be used to calculated percentages.
-
A non-optional argument was null