Create Interface per entity

Posts   
 
    
Posts: 15
Joined: 15-Dec-2008
# Posted on: 12-Nov-2009 08:21:38   

Hi, I want to create interfaces for each entity and want entities to implement these interfaces. What i want is for entity CustomerEntity : ICustomerEntity { public int CustomerId{get;set;} public string Name{get;set;} }

ICustomerEntity { int CustomerId{get;set;} string Name{get;set;} }

How can I achieve this using LLBL gen pro

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 12-Nov-2009 08:46:41   

You might find the following threads useful: Entity Specific Interfaces Interface templates