C# Class mergedServices.RelationGenerator

Mostra file Open project: sherifkandeel/weet-it_WCF Class Usage Examples

Public Methods

Method 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 method

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
return List