C# 클래스 Rebel.Hive.Providers.IO.EntityRelationCollectionExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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