C# Class Rebel.Tests.DomainDesign.GraphedModel.EntityExtensions

Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
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

Method Details

CountAllChildren0() public static method

public static CountAllChildren0 ( this entity ) : int
entity this
return int

CountAllChildren1() public static method

public static CountAllChildren1 ( this entity ) : int
entity this
return int

CountAllChildren2() public static method

public static CountAllChildren2 ( this entity ) : int
entity this
return int

GetAllChildren0() public static method

public static GetAllChildren0 ( this entity ) : IEnumerable
entity this
return IEnumerable

GetAllChildren1() public static method

public static GetAllChildren1 ( this entity ) : IEnumerable
entity this
return IEnumerable

GetAllChildren2() public static method

public static GetAllChildren2 ( this entity ) : IEnumerable
entity this
return IEnumerable

WalkAllChildren0() public static method

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

WalkAllChildren1() public static method

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

WalkAllChildren2() public static method

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