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

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

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

public static CountAllChildren0 ( this entity ) : int
entity this
Résultat int

CountAllChildren1() public static méthode

public static CountAllChildren1 ( this entity ) : int
entity this
Résultat int

CountAllChildren2() public static méthode

public static CountAllChildren2 ( this entity ) : int
entity this
Résultat int

GetAllChildren0() public static méthode

public static GetAllChildren0 ( this entity ) : IEnumerable
entity this
Résultat IEnumerable

GetAllChildren1() public static méthode

public static GetAllChildren1 ( this entity ) : IEnumerable
entity this
Résultat IEnumerable

GetAllChildren2() public static méthode

public static GetAllChildren2 ( this entity ) : IEnumerable
entity this
Résultat IEnumerable

WalkAllChildren0() public static méthode

public static WalkAllChildren0 ( this entity, int indentDepth, bool output ) : void
entity this
indentDepth int
output bool
Résultat void

WalkAllChildren1() public static méthode

public static WalkAllChildren1 ( this entity, int indentDepth, bool output ) : void
entity this
indentDepth int
output bool
Résultat void

WalkAllChildren2() public static méthode

public static WalkAllChildren2 ( this entity, int indentDepth, bool output ) : void
entity this
indentDepth int
output bool
Résultat void