Hello,
I would like a class to inherit an attribute from another class to which a domain provides a relationship.
Let me demonstrate:
I have two classes,
'VLAN'
'vlIPRange'
Each created VLAN has it's own subnet with access to a gateway allowing it to speak to other networks.
I have a DOMAIN between 'VLAN' and 'vlIPRange'. I would like the class 'vlIPRange' to have some attributes which currently belong to 'VLAN' and automatically inherit the data within those attributes.
The attributes in question would be netmask, ipRangeStart, ipRangeEnd, gateway.
So when a user creates a card within the vIPRange and a relationship between vIPRange and VLAN using the created domain, I want them to be able to relate directly to a card within that range.
Therefore, IF vIPRange Card 1 has a relationship with VLAN Card 3 then Card 1 must inherit Card 3's data for 'netmask', 'ipRangeStart', 'ipRangeEnd' and 'gateway'.
Currently, when I create a reference attribute, I only get the Description attribute no matter what I call the reference attribute in the vlIPRange class.
Can anyone suggest how I could implement this?
Thanks,
Jamie