Is there a blog or document somewhere which details working with OA ant the designer Interfaces?
1 Answer, 1 is accepted
0
Zoran
Telerik team
answered on 12 Jan 2011, 06:40 PM
Hello Steve,
At the moment there are not too many resources on the interfaces as there is still some development to be done from our side in that direction. However you are able to create and implement interfaces in the designer, thus mark your classes with different roles(you could use the interface as a domain role).
I can give you a quick tip: It is the same as doing inheritance, especially horizontal one, except with the interface thee are no additional setting you should take care off unlike with the inheritance. So you could just drop an interface on the design surface, put some properties in it and create an inheritance link between an interface and a class. The properties from the interface will be implemented in the classes that have such link with the interface.