C# 클래스 QACExperimenter.Data.IndexCore.JournalEntry

Contains an entry in the journal
파일 보기 프로젝트 열기: stewhir/recent-robust-qac 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EntryDateTime System.DateTime
EntryType JournalEntryType
JournalEntryObject Object
NextEntry JournalEntry
Query string
Term string
WeightAddition double

프로퍼티 상세

EntryDateTime 공개적으로 프로퍼티

public DateTime,System EntryDateTime
리턴 System.DateTime

EntryType 공개적으로 프로퍼티

public JournalEntryType EntryType
리턴 JournalEntryType

JournalEntryObject 공개적으로 프로퍼티

Used to store an arbitrary object in the journal entry
public Object JournalEntryObject
리턴 Object

NextEntry 공개적으로 프로퍼티

public JournalEntry,QACExperimenter.Data.IndexCore NextEntry
리턴 JournalEntry

Query 공개적으로 프로퍼티

public string Query
리턴 string

Term 공개적으로 프로퍼티

public string Term
리턴 string

WeightAddition 공개적으로 프로퍼티

public double WeightAddition
리턴 double