AddIn DataMethodRegistrar Methods TIBCO Spotfire 7.0 API Reference
The AddIn DataMethodRegistrar type exposes the following members.
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegister(CustomAggregationMethod)
Registers a new aggregation method.
Public methodRegister(DataFunctionExpressionFunction)
Registers a new expression function.
Public methodRegister T (CustomColumnMethod T )
Registers a new column method.
Public methodRegister T (CustomRowMethod T )
Registers a new row method.
Back to Top
See Also