Exception using Validation on Domain Components
Nov 3, 2010 ... I'm trying Domain components for the first time and set up a simple object as follows public interface iAccount { [RuleUniqueValue("Account.
Domain Components Basics
public override void Setup(XafApplication application) { base.Setup ... The generated class will expose properties and utilize the Domain Logic of the IPerson ...
Domain Components n:m Association
Jun 15, 2010 ... The files are referenced in the project as dlls. How do i set up a connection where tasks can have many contacts and vice versa? When i try it, ...
Register Domain Components
Jun 24, 2012 ... // To use a Domain Component in an XAF application, the Component should be registered. // Override the ModuleBase.Setup method in the ...