IMember |
Represents member loading
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IMemberLoading type exposes the following members.
Properties
Name | Description | |
---|---|---|
Analysis | Gets the type of analysis | |
Id |
Gets the ID
(Inherited from IHaveId) | |
MemberId | Gets the member ID | |
ResultType | Gets the loading result type | |
Type | Gets the type of this loading case |
Methods
Name | Description | |
---|---|---|
GetPointsOfInterest(IEnumerableLoadingValueOptions, PointOfInterestType, CancellationToken) | Returns the points of interest | |
GetPointsOfInterest(LoadingValueOptions, PointOfInterestType, CancellationToken) | Returns the points of interest | |
GetValueAsync(IEnumerableLoadingValueOptions, IEnumerableValueTupleInt32, Double, CancellationToken) | Returns the value of loading | |
GetValueAsync(LoadingValueOptions, IEnumerableValueTupleInt32, Double, CancellationToken) | Returns the value of loading | |
GetValueAsync(IEnumerableLoadingValueOptions, Int32, Double, CancellationToken) | Returns the value of loading | |
GetValueAsync(LoadingValueOptions, Int32, Double, CancellationToken) | Returns the value of loading |
See Also