C# 클래스 mergedServices.RelationGenerator

파일 보기 프로젝트 열기: sherifkandeel/weet-it_WCF 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getRelatedEntities() 공개 정적인 메소드

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
리턴 List