C# Class QACExperimenter.Data.IndexCore.JournalEntry

Contains an entry in the journal
显示文件 Open project: stewhir/recent-robust-qac Class Usage Examples

Public Properties

Property Type Description
EntryDateTime System.DateTime
EntryType JournalEntryType
JournalEntryObject Object
NextEntry JournalEntry
Query string
Term string
WeightAddition double

Property Details

EntryDateTime public_oe property

public DateTime,System EntryDateTime
return System.DateTime

EntryType public_oe property

public JournalEntryType EntryType
return JournalEntryType

JournalEntryObject public_oe property

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

NextEntry public_oe property

public JournalEntry,QACExperimenter.Data.IndexCore NextEntry
return JournalEntry

Query public_oe property

public string Query
return string

Term public_oe property

public string Term
return string

WeightAddition public_oe property

public double WeightAddition
return double