You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with IAttributeItemDto it would be very helpful to have a property Entity or Type which returns the entity type of the item.
Right now we have to use a switch statement which checks for the base types of all implementations, which is both slow and dangerous, since you could change your inheritance tree at any time.
The text was updated successfully, but these errors were encountered:
When working with
IAttributeItemDto
it would be very helpful to have a propertyEntity
orType
which returns the entity type of the item.Right now we have to use a switch statement which checks for the base types of all implementations, which is both slow and dangerous, since you could change your inheritance tree at any time.
The text was updated successfully, but these errors were encountered: