ISPItemDao members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the data access object (DAO) interface to SharePoint lists that must be implemented by first class objects (FCOs).

The ISPItemDao type exposes the following members.

Methods

  Name Description
Public method Create Creates a first class object in the repository.
Public method Delete Deletes a first class object from the repository.
Public method DoesUserHavePermissions Determines whether the current user has the specified permissions to the specified object.
Public method Get(ISPFcoCache, Guid, RepositoryLocation) Gets a first class object from the repository.
Public method Get(ISPFcoCache, Guid, RepositoryLocation, SPListItem) Gets a first class object (FCO) from the specified SPListItem object.
Public method GetId Gets the identifier of this first class object.
Public method Update Updates a first class object in the repository.

Top

See also

Reference

ISPItemDao interface

Microsoft.PerformancePoint.Scorecards namespace