Table of Contents

Class StandardGraphHelper

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public static class StandardGraphHelper
Inheritance
StandardGraphHelper
Inherited Members

Methods

BuildDependencyCycleHtmlErrorMessage(IAssetInfo, IAssetInfo[][], string)

public static string BuildDependencyCycleHtmlErrorMessage(StandardGraphHelper.IAssetInfo root, StandardGraphHelper.IAssetInfo[][] cyclePaths, string editorUrl = "/ui/admin/standards/edit?id={0}")

Parameters

root StandardGraphHelper.IAssetInfo
cyclePaths IAssetInfo[][]
editorUrl string

Returns

string

BuildDependencyCycleHtmlErrorMessage<TNode>(Guid, TNode[][], string)

public static string BuildDependencyCycleHtmlErrorMessage<TNode>(Guid rootId, TNode[][] cyclePaths, string editorUrl = "/ui/admin/standards/edit?id={0}") where TNode : GraphNodeModel

Parameters

rootId Guid
cyclePaths TNode[][]
editorUrl string

Returns

string

Type Parameters

TNode

GetDependencyCycleIdentifiers<TNode>(Guid, TNode[][])

public static IEnumerable<Guid> GetDependencyCycleIdentifiers<TNode>(Guid rootId, TNode[][] cyclePaths) where TNode : GraphNodeModel

Parameters

rootId Guid
cyclePaths TNode[][]

Returns

IEnumerable<Guid>

Type Parameters

TNode