C# Class mergedServices.RelationGenerator

Afficher le fichier Open project: sherifkandeel/weet-it_WCF Class Usage Examples

Méthodes publiques

Méthode Description
getRelatedEntities ( String uri, int MaxNumberOfEntities = 7 ) : List

getting entities from the same categories as the original entities and sorting them by the number of occurences

Method Details

getRelatedEntities() public static méthode

getting entities from the same categories as the original entities and sorting them by the number of occurences
public static getRelatedEntities ( String uri, int MaxNumberOfEntities = 7 ) : List
uri String the uri to get the related entities for
MaxNumberOfEntities int Maximum number of related entities to return
Résultat List