C# Class QACExperimenter.Data.IndexCore.JournalEntry

Contains an entry in the journal
Show file 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 property

public DateTime,System EntryDateTime
return System.DateTime

EntryType public property

public JournalEntryType EntryType
return JournalEntryType

JournalEntryObject public property

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

NextEntry public property

public JournalEntry,QACExperimenter.Data.IndexCore NextEntry
return JournalEntry

Query public property

public string Query
return string

Term public property

public string Term
return string

WeightAddition public property

public double WeightAddition
return double