[This is preliminary documentation and is subject to change.]

Initializes a new instance of the JournalEntry class

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public JournalEntry(
	JournalEntry e,
	string text
)
Public Sub New ( _
	e As JournalEntry, _
	text As String _
)
public:
JournalEntry(
	JournalEntry^ e, 
	String^ text
)

Parameters

e
JournalEntry
text
String

See Also