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

Summary description for GraphBuilder
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GenerateChildren0 ( System.Entity parent, int depth, int maxDepth, int branchSize ) : void
GenerateChildren1 ( System.Entity parent, int depth, int maxDepth, int branchSize ) : void
GenerateChildren2 ( System.Entity parent, int depth, int maxDepth, int branchSize ) : void
GenerateRoot0 ( ) : RootEntity
GenerateRoot1 ( ) : RootEntity
GenerateRoot2 ( ) : RootEntity
WalkAssociates ( List children, int indentDepth, bool output ) : void
WalkAssociates2 ( IEnumerable children, int indentDepth, bool output ) : void

메소드 상세

GenerateChildren0() 공개 정적인 메소드

public static GenerateChildren0 ( System.Entity parent, int depth, int maxDepth, int branchSize ) : void
parent System.Entity
depth int
maxDepth int
branchSize int
리턴 void

GenerateChildren1() 공개 정적인 메소드

public static GenerateChildren1 ( System.Entity parent, int depth, int maxDepth, int branchSize ) : void
parent System.Entity
depth int
maxDepth int
branchSize int
리턴 void

GenerateChildren2() 공개 정적인 메소드

public static GenerateChildren2 ( System.Entity parent, int depth, int maxDepth, int branchSize ) : void
parent System.Entity
depth int
maxDepth int
branchSize int
리턴 void

GenerateRoot0() 공개 정적인 메소드

public static GenerateRoot0 ( ) : RootEntity
리턴 RootEntity

GenerateRoot1() 공개 정적인 메소드

public static GenerateRoot1 ( ) : RootEntity
리턴 RootEntity

GenerateRoot2() 공개 정적인 메소드

public static GenerateRoot2 ( ) : RootEntity
리턴 RootEntity

WalkAssociates() 공개 정적인 메소드

public static WalkAssociates ( List children, int indentDepth, bool output ) : void
children List
indentDepth int
output bool
리턴 void

WalkAssociates2() 공개 정적인 메소드

public static WalkAssociates2 ( IEnumerable children, int indentDepth, bool output ) : void
children IEnumerable
indentDepth int
output bool
리턴 void