AppointmentData Class

Represents an appointment in RadzenScheduler<T>

Inheritance

Object

AppointmentData

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class AppointmentData

Constructors

AppointmentDataLink to this section

Represents an appointment in RadzenScheduler<T>

Declaration
public AppointmentData()

Properties

DataLink to this section

Gets or sets the data associated with the appointment

Declaration
public object Data { get; set; }
Property Value
Type Description
objectGets or sets the data associated with the appointment

EndLink to this section

Gets or sets the end of the appointment.

Declaration
public DateTime End { get; set; }
Property Value
Type Description
DateTimeGets or sets the end of the appointment.

StartLink to this section

Gets or sets the start of the appointment.

Declaration
public DateTime Start { get; set; }
Property Value
Type Description
DateTimeGets or sets the start of the appointment.

TextLink to this section

Gets or sets the text of the appointment.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the text of the appointment.

Methods

EqualsLink to this section

Determines whether the specified object is equal to this instance. Used to check if two appointments are equal.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj The object to compare with this instance.
Returns
Type Description
booltrue if the specified is equal to this instance; otherwise, false.

GetHashCodeLink to this section

Returns a hash code for this instance.

Declaration
public override int GetHashCode()
Returns
Type Description
intA hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙