C# 클래스 Platform.Data.WebTerminal.Models.LinkModel

파일 보기 프로젝트 열기: Konard/LinksPlatform 1 사용 예제들

공개 메소드들

메소드 설명
CreateLinkModel ( Platform.Data.Core.Triplets.Link link, int nestingLevel = 5 ) : LinkModel
LinkModel ( Platform.Data.Core.Triplets.Link link ) : System.Collections.Generic
LinkModel ( Platform.Data.Core.Triplets.Link link, List referersModels ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateLinkModel ( Platform.Data.Core.Triplets.Link link, HashSet visitedLinks, int currentLevel, int maxLevel ) : LinkModel

메소드 상세

CreateLinkModel() 공개 정적인 메소드

public static CreateLinkModel ( Platform.Data.Core.Triplets.Link link, int nestingLevel = 5 ) : LinkModel
link Platform.Data.Core.Triplets.Link
nestingLevel int
리턴 LinkModel

LinkModel() 공개 메소드

public LinkModel ( Platform.Data.Core.Triplets.Link link ) : System.Collections.Generic
link Platform.Data.Core.Triplets.Link
리턴 System.Collections.Generic

LinkModel() 공개 메소드

public LinkModel ( Platform.Data.Core.Triplets.Link link, List referersModels ) : System.Collections.Generic
link Platform.Data.Core.Triplets.Link
referersModels List
리턴 System.Collections.Generic