C# 클래스 Omikron.FactFinder.Data.Record

파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library 1 사용 예제들

공개 메소드들

메소드 설명
AddKeyword ( string keyword ) : void
AddKeywords ( IList keywords ) : void
GetFieldValue ( string fieldName ) : object
Record ( string id, float similarity = 100, int position, int originalPosition, object>.IDictionary fields = null, IList keywords = null, string campaign = null, bool instoreAds = false ) : System
SetFieldValue ( string fieldName, object fieldValue ) : void
SetFieldValues ( object>.IDictionary fields ) : void

메소드 상세

AddKeyword() 공개 메소드

public AddKeyword ( string keyword ) : void
keyword string
리턴 void

AddKeywords() 공개 메소드

public AddKeywords ( IList keywords ) : void
keywords IList
리턴 void

GetFieldValue() 공개 메소드

public GetFieldValue ( string fieldName ) : object
fieldName string
리턴 object

Record() 공개 메소드

public Record ( string id, float similarity = 100, int position, int originalPosition, object>.IDictionary fields = null, IList keywords = null, string campaign = null, bool instoreAds = false ) : System
id string
similarity float
position int
originalPosition int
fields object>.IDictionary
keywords IList
campaign string
instoreAds bool
리턴 System

SetFieldValue() 공개 메소드

public SetFieldValue ( string fieldName, object fieldValue ) : void
fieldName string
fieldValue object
리턴 void

SetFieldValues() 공개 메소드

public SetFieldValues ( object>.IDictionary fields ) : void
fields object>.IDictionary
리턴 void