Class
ResourceDayTable<TItem>

Definition

Namespace:Telerik.Blazor.Components.Scheduler.Rendering.DayView

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

cs-api-definition
public class ResourceDayTable<TItem> : DayTable<TItem>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentContentTableBase<TItem>DayTable<TItem>ResourceDayTable<TItem>

Derived Classes: HorizontalDayTable<TItem>

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.Dispose()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

ResourceDayTable()

Declaration

cs-api-definition
public ResourceDayTable()

Methods

GetAppointmentDragHints(SchedulerDragEventArgs)

Declaration

cs-api-definition
public override Task<List<AppointmentElement>> GetAppointmentDragHints(SchedulerDragEventArgs args)

Parameters

args

SchedulerDragEventArgs

Returns

Task<List<AppointmentElement>>

Overrides DayTable<TItem>.GetAppointmentDragHints(SchedulerDragEventArgs)

HasActiveAppointmentChanged()

Declaration

cs-api-definition
protected override bool HasActiveAppointmentChanged()

Returns

bool

Overrides ContentTableBase<TItem>.HasActiveAppointmentChanged()