The CalculationCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddNew(TypeIdentifier) |
Adds a new instance of the calculation identified by typeId to this collection.
|
![]() |
AddNewTCalculation |
Adds a new instance of the given calculation type to this collection.
|
![]() |
Contains(String) |
Determine if the collection contains the Calculation instance identified by calculationName
|
![]() |
Contains(T) |
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
FindCalculations(Type) |
Finds all Calculations of type calculationType
|
![]() |
FindCalculations(TypeIdentifier) |
Finds all Calculations with TypeIdentifiertypeId.
|
![]() |
FindCalculationsTCalculation |
Finds all calculations of type TCalculation
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Searches for the specified value and returns the zero-based index
of the first occurrence within this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
Remove |
Completely removes the execution and all its results such as tables or columns.
|
![]() |
ToArray |
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBaseT.) |
![]() |
TryGetCalculation |
Tries to get a Calculation instance by name.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBaseT.) |
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also