ISPItemDao Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
Create | Creates a first class object in the repository. | |
Delete | Deletes a first class object from the repository. | |
DoesUserHavePermissions | Determines whether the current user has the specified permissions to the specified object. | |
Get(ISPFcoCache, Guid, RepositoryLocation) | Gets a first class object from the repository. | |
Get(ISPFcoCache, Guid, RepositoryLocation, SPListItem) | Gets a first class object (FCO) from the specified SPListItem object. | |
GetId | Gets the identifier of this first class object. | |
Update | Updates a first class object in the repository. |
Top