Skip to main content
A newer version of this page is available. .

JournalEntry Constructors

An entry within a Journal that refers to a previously visited View.
Name Parameters Description
JournalEntry() none Initializes a new instance of the JournalEntry class with the default settings.
JournalEntry(Object, Object) source, parameter Initializes a new instance of the JournalEntry class with the specified settings.
JournalEntry(Object, String, Object) source, name, parameter Initializes a new instance of the JournalEntry class with the specified settings.
See Also