C# Класс Rebel.Hive.Providers.IO.EntityRelationCollectionExtensions

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

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

Метод Описание
AncestorsAsFile ( this collection ) : IEnumerable

Gets the ancestors of the current Content entity relationships

AncestorsOrSelfAsFile ( this collection ) : IEnumerable

Gets the ancestors or self of the current Content entity relationships

ChildrenAsFile ( this collection ) : IEnumerable

Gets the children of the current Content entity relationships

DescendentsOrSelfAsFile ( this collection ) : IEnumerable

Gets the decendents or self of the current Content entity relationships

ParentAsFile ( this collection ) : File

Gets the parent of the current Content entity relationships

Описание методов

AncestorsAsFile() публичный статический Метод

Gets the ancestors of the current Content entity relationships
public static AncestorsAsFile ( this collection ) : IEnumerable
collection this
Результат IEnumerable

AncestorsOrSelfAsFile() публичный статический Метод

Gets the ancestors or self of the current Content entity relationships
public static AncestorsOrSelfAsFile ( this collection ) : IEnumerable
collection this
Результат IEnumerable

ChildrenAsFile() публичный статический Метод

Gets the children of the current Content entity relationships
public static ChildrenAsFile ( this collection ) : IEnumerable
collection this
Результат IEnumerable

DescendentsOrSelfAsFile() публичный статический Метод

Gets the decendents or self of the current Content entity relationships
public static DescendentsOrSelfAsFile ( this collection ) : IEnumerable
collection this
Результат IEnumerable

ParentAsFile() публичный статический Метод

Gets the parent of the current Content entity relationships
public static ParentAsFile ( this collection ) : File
collection this
Результат Rebel.Framework.Persistence.Model.IO.File