C# Class Adf.Base.Domain.DomainHierarchyExtensions

Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode 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

Méthode Description
HasCircularParent ( this parent, IDomainHierarchy originaltarget ) : bool

Method Details

HasCircularParent() public static méthode

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.
Résultat bool