For instance:

clacc Linked : Entity {
    .....
}

clacc A : Entity {

[Association(OnOwnerRemove = OnRemoveAction.Clear)]
public virtual Linked {get;set;}
}

clacc B : A {
[Association(OnTargedRemove = OnRemoveAction.Cascade)]
public virtual Linked {get;set;}
}

This is really necessary for intermediate Many-to-Many type definitions. I want to control what happens in inheritors of my base type Multilink<t1,t2>

asked Jun 23 '11 at 03:27

xumix's gravatar image

xumix
425757682

I see. Will check the availability of the improvement.

(Jun 24 '11 at 05:10) Dmitri Maximov Dmitri%20Maximov's gravatar image

One Answer:

Looks like fixed

answered Nov 14 '11 at 02:46

xumix's gravatar image

xumix
425757682

Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

Subscription:

Once you sign in you will be able to subscribe for any updates here

Tags:

×52
×8
×1

Asked: Jun 23 '11 at 03:27

Seen: 4,793 times

Last updated: Nov 14 '11 at 02:46

powered by OSQA