Loads an object from the specified Stream.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public bool FromXml( Stream stream ) |
Visual Basic (Declaration) |
---|
Public Function FromXml ( _ stream As Stream _ ) As Boolean |
Parameters
- stream
- Type: System.IO..::..Stream
The Stream that contains the object data.