I asked this question yesterday but the reply was unsatisfactory, so I am trying again.
I am attaching the .lgp file where Widget class is abstract.
However, all contructors in the generated code are public. Why?
public WidgetEntity():base()
{
}
public WidgetEntity(System.Guid widgetId):
base(widgetId)
{
}
public WidgetEntity(System.Guid widgetId, IPrefetchPath prefetchPathToUse):
base(widgetId, prefetchPathToUse)
{
}
public WidgetEntity(System.Guid widgetId, IValidator validator):
base(widgetId, validator)
{
}
protected WidgetEntity(SerializationInfo info, StreamingContext context) : base(info, context)
{
}
Using LLBLGen Pro 2.6 June6th 2008
SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll version 2.6.0.0 File Version 2.6.08.0624
SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll version 2.6.0.0 File Version 2.6.08.0612