IComponentService Interface

Interface used for the process component service factory.

Namespace: Dundas.BI.Data
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IComponentService

The IComponentService type exposes the following members.

Methods
 NameDescription
Public methodGetAvailableFunctions Returns all available functions.
Public methodGetAvailableTransforms Returns all available transforms.
Public methodGetFunction(Guid) Returns a function instance for the requested function ID.
Public methodGetFunction(String) Returns a function instance for the requested function symbol.
Public methodGetTransform Returns a transform instance for the requested transform ID.
Top
See Also