CalculationSettings AddDependency Method TIBCO Spotfire 6.0 API Reference
Overload List

  Name Description
Protected method AddDependency(CalculationDependencyIdentifier, DataColumn)
Creates a dependency on a DataColumn identified by identifier. If a dependency with that identifier already exists it will replace the old dependency with the new one.
Protected method AddDependency(CalculationDependencyIdentifier, DataSelection)
Creates a dependency on a dataselection identified by identifier. If a dependency with that identifier already exists it will replace the old dependency with the new one.
Protected method AddDependency(CalculationDependencyIdentifier, IEnumerable DataColumn )
Creates a dependency on a number of DataColumn objects identified by identifier. If a dependency with that identifier already exists it will replace the old dependency with the new one.
Back to Top
See Also