Open peterjamesnugent opened 1 month ago
Because the Property property uses an Interface, seperate methods are needed to access specific properties.
Property
Interface
For example, if you want to access TestProperties from the List<IContaminantProperties> on a ContaminantSample.
TestProperties
List<IContaminantProperties>
ContaminantSample
Description:
Because the
Property
property uses anInterface
, seperate methods are needed to access specific properties.For example, if you want to access
TestProperties
from theList<IContaminantProperties>
on aContaminantSample
.