Class DutyCyclePropertySummary<TMeasurement, T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DutyCyclePropertySummary<TMeasurement, T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Property
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DutyCyclePropertySummary<TMeasurement, T> : APIBase, IEquatable<APIBase> where TMeasurement : MeasurementBase
Type Parameters
| Name | Description |
|---|---|
| TMeasurement | |
| T |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
MaximumAbsoluteValueLoadCase
Declaration
public T MaximumAbsoluteValueLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| T |
MaximumValueLoadCase
Declaration
public T MaximumValueLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| T |
MinimumValueLoadCase
Declaration
public T MinimumValueLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| T |
Implements
System.IEquatable<T>