Interface
IExceptionMapper

Definition

Namespace:Telerik.WinControls.UI.Scheduler

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public interface IExceptionMapper

Methods

AddException(object)

Declaration

cs-api-definition
void AddException(object exceptionItem)

Parameters

exceptionItem

object

AddNew()

Declaration

cs-api-definition
object AddNew()

Returns

object

DeleteException(object)

Declaration

cs-api-definition
void DeleteException(object exceptionItem)

Parameters

exceptionItem

object

GetExceptions()

Declaration

cs-api-definition
IEnumerable GetExceptions()

Returns

IEnumerable

SetExceptionList(object)

Declaration

cs-api-definition
void SetExceptionList(object exceptionList)

Parameters

exceptionList

object