Print Page | Close Window

verification in presenter (MVP)

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2064
Printed Date: 24-Apr-2024 at 2:15am


Topic: verification in presenter (MVP)
Posted By: seninfos
Subject: verification in presenter (MVP)
Date Posted: 12-Aug-2010 at 11:14am
Hello,

I wanna know how can I implements my verification staff in my presenter.
In samples there are no implementation between the model and form (I think all bussiness is in the form)
Is there other way to bind verification to control ( I don't want to use bindingsource).

Thanks



Replies:
Posted By: WardBell
Date Posted: 20-Aug-2010 at 1:55am
What version of DevForce are you using ("Classic", DF 2009, DF2010)? What client technology are you using (Windows Forms, WPF, Silverlight)?
 
I ask because all of the terminology you use - BindingSource, MVP, verification - these terms would have been in common use several years ago. There is no "BindingSource" in WPF or Silverlight for example. I realize that some of our documentation still refers to the BindingSource and may have caused some confusion.


Posted By: seninfos
Date Posted: 20-Aug-2010 at 5:34am
I'm working with DF 2009 and Windows Forms.

Thanks


Posted By: GregD
Date Posted: 24-Aug-2010 at 6:33pm
Can you explain a bit more about the problem you're trying to solve? Verifiers are applied against properties, not UI controls, and there is no "binding" involved. Those properties, of course, may be bound to UI controls. But beyond that, we're just not sure what your question is. Sorry!



Print Page | Close Window