ISchedulerImporter
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public interface ISchedulerImporter
Derived Classes:
Methods
Imports the specified data.
C#
void Import(ISchedulerData data, Stream stream)
The data.
streamStreamThe stream.
Imports the specified data.
C#
void Import(ISchedulerData data, string stringData)
The ISchedulerData instance in which the data will be imported.
stringDatastringThe string that contains data that is to be imported.