Inheriting Web Part from both ICellProvider and ICellConsumer
Posted
by tyumener
on Stack Overflow
See other posts from Stack Overflow
or by tyumener
Published on 2010-04-13T03:40:34Z
Indexed on
2010/04/13
3:42 UTC
Read the original article
Hit count: 413
Hi there. What I'm trying to accomplish is to make a series of 3 web parts. One that acts as a provider, second - consumer of a first web part and at the same time a provider for a third web part, third web part - consumer of the second. When overriding the EnsureInterfaces Method the second parameter is InterfaceType and I'm able to enter InterfaceTypes.ICellConsumer OR InterfaceTypes.ICellConsumer. Is it possible to make the second web part act both as a provider and a consumer?
© Stack Overflow or respective owner