C# Class Adf.Base.Domain.DomainHierarchyExtensions

Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
HasCircularParent ( this target ) : bool

This method checks whether the parent of the target refers to the target as one of its parents (recursive). If so, you are creating a circular reference.

Private Methods

Method Description
HasCircularParent ( this parent, IDomainHierarchy originaltarget ) : bool

Method Details

HasCircularParent() public static method

This method checks whether the parent of the target refers to the target as one of its parents (recursive). If so, you are creating a circular reference.
public static HasCircularParent ( this target ) : bool
target this Object to check.
return bool