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

In This Topic
    IRepository Interface Members
    In This Topic

    The following tables list the members exposed by IRepository.

    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