Table of Contents

Method HasRecursiveInheritance

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

HasRecursiveInheritance(ref HashSet<Guid>)

Returns a value indicating whether there is recursive inheritance.

[Obsolete("Please use HasCyclicDependency method instead.")]
public bool HasRecursiveInheritance(ref HashSet<Guid> output)

Parameters

output HashSet<Guid>

Returns

bool

true if there is recursive inheritance; otherwise, false.