Share via


IFirstClassObjectDao.GetAllCurrent Method

Gets all temporary first class objects (FCOs) of the specified type.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function GetAllCurrent ( _
    fcoObjectType As FirstClassObjectType _
) As ElementLinkCollection
'Usage
Dim instance As IFirstClassObjectDao
Dim fcoObjectType As FirstClassObjectType
Dim returnValue As ElementLinkCollection

returnValue = instance.GetAllCurrent(fcoObjectType)
ElementLinkCollection GetAllCurrent(
    FirstClassObjectType fcoObjectType
)

Parameters

Return Value

Type: ElementLinkCollection
A collection of links to all first class objects (FCOs) of the specified type.

See Also

Reference

IFirstClassObjectDao Interface

IFirstClassObjectDao Members

Microsoft.PerformancePoint.Scorecards Namespace