C# 클래스 Adf.Base.Domain.DomainHierarchyExtensions

파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
HasCircularParent ( this parent, IDomainHierarchy originaltarget ) : bool

메소드 상세

HasCircularParent() 공개 정적인 메소드

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.
리턴 bool