C# 클래스 Rebel.Tests.DomainDesign.GraphedModel.EntityExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
CountAllChildren0 ( this entity ) : int
CountAllChildren1 ( this entity ) : int
CountAllChildren2 ( this entity ) : int
GetAllChildren0 ( this entity ) : IEnumerable
GetAllChildren1 ( this entity ) : IEnumerable
GetAllChildren2 ( this entity ) : IEnumerable
WalkAllChildren0 ( this entity, int indentDepth, bool output ) : void
WalkAllChildren1 ( this entity, int indentDepth, bool output ) : void
WalkAllChildren2 ( this entity, int indentDepth, bool output ) : void

메소드 상세

CountAllChildren0() 공개 정적인 메소드

public static CountAllChildren0 ( this entity ) : int
entity this
리턴 int

CountAllChildren1() 공개 정적인 메소드

public static CountAllChildren1 ( this entity ) : int
entity this
리턴 int

CountAllChildren2() 공개 정적인 메소드

public static CountAllChildren2 ( this entity ) : int
entity this
리턴 int

GetAllChildren0() 공개 정적인 메소드

public static GetAllChildren0 ( this entity ) : IEnumerable
entity this
리턴 IEnumerable

GetAllChildren1() 공개 정적인 메소드

public static GetAllChildren1 ( this entity ) : IEnumerable
entity this
리턴 IEnumerable

GetAllChildren2() 공개 정적인 메소드

public static GetAllChildren2 ( this entity ) : IEnumerable
entity this
리턴 IEnumerable

WalkAllChildren0() 공개 정적인 메소드

public static WalkAllChildren0 ( this entity, int indentDepth, bool output ) : void
entity this
indentDepth int
output bool
리턴 void

WalkAllChildren1() 공개 정적인 메소드

public static WalkAllChildren1 ( this entity, int indentDepth, bool output ) : void
entity this
indentDepth int
output bool
리턴 void

WalkAllChildren2() 공개 정적인 메소드

public static WalkAllChildren2 ( this entity, int indentDepth, bool output ) : void
entity this
indentDepth int
output bool
리턴 void