AppointmentData Class

Represents an appointment in RadzenScheduler<T>

Inheritance

Object

AppointmentData

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class AppointmentData

Constructors

AppointmentDatalink

Represents an appointment in RadzenScheduler<T>

Declaration
public AppointmentData()

Properties

Datalink

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

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

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

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

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

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 🗙