[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(
	DateTime time,
	uint serial,
	string name,
	string text,
	ushort color,
	SpeechType type,
	SpeechFont font,
	JournalEntrySource source
)
Public Sub New ( _
	time As DateTime, _
	serial As UInteger, _
	name As String, _
	text As String, _
	color As UShort, _
	type As SpeechType, _
	font As SpeechFont, _
	source As JournalEntrySource _
)
public:
JournalEntry(
	DateTime time, 
	unsigned int serial, 
	String^ name, 
	String^ text, 
	unsigned short color, 
	SpeechType type, 
	SpeechFont font, 
	JournalEntrySource source
)

Parameters

time
DateTime
serial
UInt32
name
String
text
String
color
UInt16
type
SpeechType
font
SpeechFont
source
JournalEntrySource

See Also