Table of Contents

Class RepositoryHelper

Namespace
combit.Reporting.Repository
Assembly
combit.ListLabel31.CrossPlatform.dll

Helper class for repositories to support additional features and helpers. See IRepository for more information on repositories.

public class RepositoryHelper
Inheritance
RepositoryHelper
Inherited Members

Constructors

RepositoryHelper(IRepository)

public RepositoryHelper(IRepository targetRepository)

Parameters

targetRepository IRepository

Methods

DeleteItemWithDependencies(string)

Deletes all dependent childs of parentId, inluding itself from the IRepository.

public void DeleteItemWithDependencies(string parentId)

Parameters

parentId string

ID of the parent.

GenerateRepositoryItemGuid()

Generates a new unique GUID for repository items with the appropriate prefix.

public static string GenerateRepositoryItemGuid()

Returns

string

A formatted GUID string with repository item prefix.