Class EventAdapter
Inheritance
System.Object
EventAdapter
Namespace: Com.Telerik.Widget.Calendar.Events
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class EventAdapter : Object
Constructors
EventAdapter(RadCalendarView)
EventAdapter(RadCalendarView, IList<Event>)
Declaration
public EventAdapter(RadCalendarView owner, IList<Event> events)
Parameters
RadCalendarView
owner
|
System.Collections.Generic.IList<Event>
events
|
EventAdapter(IntPtr, JniHandleOwnership)
Declaration
protected EventAdapter(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Calendar
Declaration
protected Calendar Calendar { get; set; }
Property Value
Java.Util.Calendar
|
Events
Declaration
public virtual IList<Event> Events { get; set; }
Property Value
System.Collections.Generic.IList<Event>
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Owner
Renderer
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
AddEvent(Event)
EventShouldBeVisible(Event, Int64, Int64)
Declaration
protected virtual bool EventShouldBeVisible(Event e, long dateStart, long dateEnd)
Parameters
Event
e
|
System.Int64
dateStart
|
System.Int64
dateEnd
|
Returns
System.Boolean
|
GetEventsForDate(Int64)
Declaration
public virtual IList<Event> GetEventsForDate(long date)
Parameters
System.Int64
date
|
Returns
System.Collections.Generic.IList<Event>
|
RequestEventsForDates(IList<Long>, IGenericResultCallback)
Declaration
public virtual void RequestEventsForDates(IList<Long> dates, IGenericResultCallback callback)
Parameters
System.Collections.Generic.IList<Java.Lang.Long>
dates
|
IGenericResultCallback
callback
|