Tengo una clase de relación M-N con atributos. Estoy escuchando el IRelationshipClassEvents.OnCreate Event
para ver si se crean nuevas relaciones. ¿Cómo puedo leer estos atributos de un IRelationship
?
private void m_editEvents_OnCreateRelation(IRelationship rel)
{
//how to get the attribute here?
}