C# Class Platform.Data.WebTerminal.Models.LinkModel

Afficher le fichier Open project: Konard/LinksPlatform Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CreateLinkModel ( Platform.Data.Core.Triplets.Link link, HashSet visitedLinks, int currentLevel, int maxLevel ) : LinkModel

Method Details

CreateLinkModel() public static méthode

public static CreateLinkModel ( Platform.Data.Core.Triplets.Link link, int nestingLevel = 5 ) : LinkModel
link Platform.Data.Core.Triplets.Link
nestingLevel int
Résultat LinkModel

LinkModel() public méthode

public LinkModel ( Platform.Data.Core.Triplets.Link link ) : System.Collections.Generic
link Platform.Data.Core.Triplets.Link
Résultat System.Collections.Generic

LinkModel() public méthode

public LinkModel ( Platform.Data.Core.Triplets.Link link, List referersModels ) : System.Collections.Generic
link Platform.Data.Core.Triplets.Link
referersModels List
Résultat System.Collections.Generic