Interface IMemberLoading
Represents member loading
Inherited Members
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
public interface IMemberLoading : IHaveId
Properties
Name | Description |
---|---|
Analysis | Gets the type of analysis |
MemberId | Gets the member ID |
ResultType | Gets the loading result type |
Type | Gets the type of this loading case |
Methods
Name | Description |
---|---|
GetPointsOfInterest(IEnumerable<LoadingValueOptions>, PointOfInterestType, CancellationToken) | Returns the points of interest |
GetPointsOfInterest(LoadingValueOptions, PointOfInterestType, CancellationToken) | Returns the points of interest |
GetValueAsync(IEnumerable<LoadingValueOptions>, IEnumerable<(int SpanIndex, double Position)>, CancellationToken) | Returns the value of loading |
GetValueAsync(IEnumerable<LoadingValueOptions>, int, double, CancellationToken) | Returns the value of loading |
GetValueAsync(LoadingValueOptions, IEnumerable<(int SpanIndex, double Position)>, CancellationToken) | Returns the value of loading |
GetValueAsync(LoadingValueOptions, int, double, CancellationToken) | Returns the value of loading |