some entities inherit an interface:
public class ProposalGroupEntity : EntityBase2, ISerializable
// __LLBLGENPRO_USER_CODE_REGION_START AdditionalInterfaces
, Quotit.DAL.Interfaces.IProposal
// __LLBLGENPRO_USER_CODE_REGION_END
llblgenv1.0 designer generates codes for this interface class members
public virtual int IProBrokerId
{
get
{
return 0;
}
set { int i = value; }
}
but llblgenv3.0 designer doen't generate such codes.
Is there any place for setting this feature?