combit List & Label 30 - .NET Help
combit.Reporting.Repository Namespace / IRepository Interface

In This Topic
IRepository Interface Methods
In This Topic

For a list of all members of this type, see IRepository members.

Public Methods
 NameDescription
 MethodCan be used to check, if an item exists in the repository.  
 Method

Stores a new or modified item in the repository.

 
 MethodDeletes the repository item with the specified ID.  
 MethodReturns a list of all items in the repository.  
 MethodReturns a single repository item.  
 MethodLoads the contents of the file (repository item) and writes it to the destinationStream.  
 Method

Gets called when an item of the repository is loaded to be edited (i.e. project files) to lock it for exclusive access.

 
 MethodReleases a lock for an item which was previously locked with LockItem for editing.  
Top
See Also