C# 클래스 EPiCode.Relations.Extensions.PageReferenceRelationExtension

파일 보기 프로젝트 열기: BVNetwork/Relations

공개 메소드들

메소드 설명
GetRelatedPages ( this pageData, string relationRuleName ) : PageDataCollection
GetRelatedPages ( this pageData, string firstRuleName, string secondRuleName ) : PageDataCollection
GetRelatedPages ( this pageReference, string firstRuleName, string firstRuleDirection, string secondRuleName, string secondRuleDirection ) : PageDataCollection

메소드 상세

GetRelatedPages() 공개 정적인 메소드

public static GetRelatedPages ( this pageData, string relationRuleName ) : PageDataCollection
pageData this
relationRuleName string
리턴 PageDataCollection

GetRelatedPages() 공개 정적인 메소드

public static GetRelatedPages ( this pageData, string firstRuleName, string secondRuleName ) : PageDataCollection
pageData this
firstRuleName string
secondRuleName string
리턴 PageDataCollection

GetRelatedPages() 공개 정적인 메소드

public static GetRelatedPages ( this pageReference, string firstRuleName, string firstRuleDirection, string secondRuleName, string secondRuleDirection ) : PageDataCollection
pageReference this
firstRuleName string
firstRuleDirection string
secondRuleName string
secondRuleDirection string
리턴 PageDataCollection