Interface ISchedulerImporter
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface ISchedulerImporter
Methods
Import(ISchedulerData, Stream)
Imports the specified data.
Declaration
void Import(ISchedulerData data, Stream stream)
Parameters
ISchedulerData
data
The data. |
System.IO.Stream
stream
The stream. |
Import(ISchedulerData, String)
Imports the specified data.
Declaration
void Import(ISchedulerData data, string stringData)
Parameters
ISchedulerData
data
The ISchedulerData instance in which the data will be imported. |
System.String
stringData
The string that contains data that is to be imported. |