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

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

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

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

AncestorsOrSelfAsFile() public static méthode

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

ChildrenAsFile() public static méthode

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

DescendentsOrSelfAsFile() public static méthode

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

ParentAsFile() public static méthode

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