1.
/// <summary>Creates entity fields object for this entity. Used in constructor to setup this entity in a polymorphic scenario.</summary>
protected virtual IEntityFields CreateFields()
{
return EntityFieldsFactory.CreateEntityFieldsObject(TmGetStartedForm.EntityType.TmGetStartedFormPaymentEntity);
}
2.
/// <summary>Returns the TmGetStartedForm.EntityType enum value for this entity.</summary>
[Browsable(false), XmlIgnore]
public override int LLBLGenProEntityTypeValue
{
get { return (int)TmGetStartedForm.EntityType.TmGetStartedFormPaymentEntity; }
}
actually ,there are many errors in this case.
thank you in advance.