This is a migrated thread and some comments may be shown as answers.

Custom Appointment class

4 Answers 100 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Manuel
Top achievements
Rank 1
Manuel asked on 21 Jun 2012, 02:13 PM
Hello @all,

all me entities are using the same base class EntityBase.

Is it possible to create my own Appointment class which inherits from EntityBase, instead of youse the Appointment class of telerik?
I chouldn't find an Interface of Appointment, only a abstract base class.

In other words:
I like to use the RadScheduler with my own Appoinment class.

Thank you,
Manuel

4 Answers, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 25 Jun 2012, 02:46 PM
Hello Manuel,

You can read this article on how to create a custom Appointment class and you can see our WPF demos on RadScheduleView Custom Appointment And Validation here.

Hope this helps.

Regards,
Vladi
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Manuel
Top achievements
Rank 1
answered on 25 Jun 2012, 06:01 PM
Well, in your example the base class is Appointment.

I my case, I would like to use my class "EntityBase" as base class.
I would be great to have an interface for Appointment. (or for all telerik classes).
0
Christian
Top achievements
Rank 1
answered on 26 Jun 2012, 10:07 AM
Check out IAppointment
0
Vladi
Telerik team
answered on 26 Jun 2012, 10:14 AM
Hello Manuel,

The interface that can be implemented is called IAppointment, you can find more detailed information on this topic in this article.

Kind regards,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Manuel
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Manuel
Top achievements
Rank 1
Christian
Top achievements
Rank 1
Share this question
or