C# Class Rebel.Hive.Providers.IO.EntityRelationCollectionExtensions

Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

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

Method Details

AncestorsAsFile() public static method

Gets the ancestors of the current Content entity relationships
public static AncestorsAsFile ( this collection ) : IEnumerable
collection this
return IEnumerable

AncestorsOrSelfAsFile() public static method

Gets the ancestors or self of the current Content entity relationships
public static AncestorsOrSelfAsFile ( this collection ) : IEnumerable
collection this
return IEnumerable

ChildrenAsFile() public static method

Gets the children of the current Content entity relationships
public static ChildrenAsFile ( this collection ) : IEnumerable
collection this
return IEnumerable

DescendentsOrSelfAsFile() public static method

Gets the decendents or self of the current Content entity relationships
public static DescendentsOrSelfAsFile ( this collection ) : IEnumerable
collection this
return IEnumerable

ParentAsFile() public static method

Gets the parent of the current Content entity relationships
public static ParentAsFile ( this collection ) : File
collection this
return Rebel.Framework.Persistence.Model.IO.File