A domain component can override an inherited domain logic. For this purpose, simply provide a new domain logic implementation. Here IClient_Logic overrides the Get_DisplayName logic method inherited from IPerson. Click the 'C# Code' tab to see the corresponding source code.
|