IMemberLoading Interface

Represents member loading

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IMemberLoading : IHaveId

The IMemberLoading type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
Gets the type of analysis
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyMemberId
Gets the member ID
Public propertyResultType
Gets the loading result type
Public propertyType
Gets the type of this loading case
Top
Methods
  NameDescription
Public methodGetPointsOfInterest(IEnumerableLoadingValueOptions, PointOfInterestType, CancellationToken)
Returns the points of interest
Public methodGetPointsOfInterest(LoadingValueOptions, PointOfInterestType, CancellationToken)
Returns the points of interest
Public methodGetValueAsync(IEnumerableLoadingValueOptions, IEnumerableValueTupleInt32, Double, CancellationToken)
Returns the value of loading
Public methodGetValueAsync(LoadingValueOptions, IEnumerableValueTupleInt32, Double, CancellationToken)
Returns the value of loading
Public methodGetValueAsync(IEnumerableLoadingValueOptions, Int32, Double, CancellationToken)
Returns the value of loading
Public methodGetValueAsync(LoadingValueOptions, Int32, Double, CancellationToken)
Returns the value of loading
Top
See Also