Converting from 3.1 to 3.5

Posts   
 
    
Posts: 256
Joined: 05-Jul-2010
# Posted on: 20-Mar-2012 16:37:30   

Hi

I'm trying to migrate from 3.1 to 3.5.

I have to admit that I do a lot of weirder stuff on top of the framework.

For one of these i was overriding the methods

UnsetRelatedEntity and SetRelatedEntity. They no longer exists in 3.5.

How are they called now?

Thanks

A

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 20-Mar-2012 20:00:59   

They do still exist. The difference is that they receive now an IEntityCore. See the migration guide:

Docs wrote:

EntityBase/EntityBase2.SetRelatedEntity/UnsetRelatedEntity. The methods now have as entity type IEntityCore instead of IEntity or IEntity2.

David Elizondo | LLBLGen Support Team
Posts: 256
Joined: 05-Jul-2010
# Posted on: 20-Mar-2012 20:31:47   

daelmo wrote:

They do still exist. The difference is that they receive now an IEntityCore. See the migration guide:

Docs wrote:

EntityBase/EntityBase2.SetRelatedEntity/UnsetRelatedEntity. The methods now have as entity type IEntityCore instead of IEntity or IEntity2.

flushed Thanks, I already figuered it out.