Class LookupTableBase<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LookupTableBase<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.MeasuredData
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class LookupTableBase<T> : IndependentReportablePropertiesBase<T>, IEquatable<APIBase> where T : LookupTableBase<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
ExtrapolationOption
Declaration
public EnumWithSelectedValue<ExtrapolationOptions> ExtrapolationOption { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ExtrapolationOptions> |
Implements
System.IEquatable<T>