Interface IExceptionMapper
Namespace: Telerik.WinControls.UI.Scheduler
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface IExceptionMapper
Methods
AddException(Object)
Declaration
void AddException(object exceptionItem)
Parameters
System.Object
exceptionItem
|
AddNew()
Declaration
object AddNew()
Returns
System.Object
|
DeleteException(Object)
Declaration
void DeleteException(object exceptionItem)
Parameters
System.Object
exceptionItem
|
GetExceptions()
Declaration
IEnumerable GetExceptions()
Returns
System.Collections.IEnumerable
|
SetExceptionList(Object)
Declaration
void SetExceptionList(object exceptionList)
Parameters
System.Object
exceptionList
|