Skip to main content

JournalEntry Members

An entry within a Journal that refers to a previously visited View.

Constructors

Name Description
JournalEntry() Initializes a new instance of the JournalEntry class with the default settings.
JournalEntry(Object, Object) Initializes a new instance of the JournalEntry class with the specified settings.
JournalEntry(Object, String, Object) Initializes a new instance of the JournalEntry class with the specified settings.

Properties

Name Description
Content Gets the application screen (View) stored within the current JournalEntry.
KeepAlive Gets or sets whether the current entry’s content should be cached.
Name Gets the name of a View, stored within this JournalEntry.
NavigationParameter Gets the parameter assigned to a View stored within this JournalEntry.
Parameter Returns the parameter that this JournalEntry will pass to its related NavigationFrame page upon activation.
SaveToHistory Gets or sets whether this entry should be visible to its parent journal.
Source Gets an object that points to the JournalEntry‘s View.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
ContentChanged Fires when the JournalEntry.Content property value is changed.
See Also