Class
AppointmentReminderInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentReminderInfo : IAppointmentReminderInfo

Inheritance: objectAppointmentReminderInfo

Implements: IAppointmentReminderInfo

Constructors

AppointmentReminderInfo(int, string, TimeSpan?)

Declaration

cs-api-definition
public AppointmentReminderInfo(int id, string displayName, TimeSpan? value)

Parameters

id

int

displayName

string

value

TimeSpan?

Properties

DisplayName

Gets or sets the visual string representation of this instance.

Declaration

cs-api-definition
public string DisplayName { get; set; }

Property Value

string

The display name.

Implements IAppointmentReminderInfo.DisplayName

Id

Gets or sets the Id by which this instance is identified.

Declaration

cs-api-definition
public int Id { get; set; }

Property Value

int

The identifier.

Implements IAppointmentReminderInfo.Id

Value

Gets or sets the time span this instance represents.

Declaration

cs-api-definition
public TimeSpan? Value { get; set; }

Property Value

TimeSpan?

The value.

Implements IAppointmentReminderInfo.Value