INetworkDataT Methods |
The INetworkDataT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddGlobalReachValue |
Add a value which is global for the reach, i.e. valid
for the entire reach.
|
![]() | AddValue(String, T) |
Add value at the given node
|
![]() | AddValue(ILocation, T) |
Add value at the given location
|
![]() | AddValue(ILocationSpan, T) |
Add value in a location span.
this corresponds to calling AddValue(ILocation, T) for the start and end location of the span. |
![]() | GetReachData |
Get a INetworkReachDataT for the specified link/reachId.
Returns null if no valueset exist for the link/reachId.
|