Class SlotAdapter
Inheritance
System.Object
SlotAdapter
Namespace: Com.Telerik.Widget.Calendar.Slots
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class SlotAdapter : Object
Constructors
SlotAdapter(RadCalendarView)
SlotAdapter(RadCalendarView, IList<SpecialSlot>)
Declaration
public SlotAdapter(RadCalendarView owner, IList<SpecialSlot> slots)
Parameters
RadCalendarView
owner
|
System.Collections.Generic.IList<SpecialSlot>
slots
|
SlotAdapter(IntPtr, JniHandleOwnership)
Declaration
protected SlotAdapter(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
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Owner
Slots
Declaration
public virtual IList<SpecialSlot> Slots { get; set; }
Property Value
System.Collections.Generic.IList<SpecialSlot>
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
GetSlotsForDate(Int64)
Declaration
public virtual IList<SpecialSlot> GetSlotsForDate(long date)
Parameters
System.Int64
date
|
Returns
System.Collections.Generic.IList<SpecialSlot>
|
RequestSlotsForDates(IList<Long>, IGenericResultCallback)
Declaration
public virtual void RequestSlotsForDates(IList<Long> dates, IGenericResultCallback callback)
Parameters
System.Collections.Generic.IList<Java.Lang.Long>
dates
|
IGenericResultCallback
callback
|
ShouldSlotBeVisible(SpecialSlot, Int64, Int64)
Declaration
protected virtual bool ShouldSlotBeVisible(SpecialSlot slot, long dateStart, long dateEnd)
Parameters
SpecialSlot
slot
|
System.Int64
dateStart
|
System.Int64
dateEnd
|
Returns
System.Boolean
|