C# Класс Rebel.Tests.DomainDesign.GraphedModel.EntityExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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