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


In This Topic
    IRepository Interface
    In This Topic

    Represents a storage for the files that a List & Label project depends on, e.g. drilldown projects, includes, images, shapefiles, etc.

    Once a repository is active, those external files are referenced via an ID instead of local file paths. The IRepository implementation is responsible for storing and loading the contents and metadata information (RepositoryItemDescriptor) of the items in the repository.

    A exemplary manual could be found at Using the Repository-Mode.

    Object Model
    IRepository Interface
    Syntax
    'Declaration
     
    
    Public Interface IRepository 
    public interface IRepository 
    public interface class IRepository 
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also