Loads an object from the specified Stream.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool FromXml(
	Stream stream
)
Visual Basic
Public Function FromXml ( _
	stream As Stream _
) As Boolean

Parameters

stream
Type: System.IO..::..Stream
The Stream that contains the object data.

Return Value

Returns true if object has been changed.

See Also