Table of Contents

Class LoadPropertyUserRow

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public abstract class LoadPropertyUserRow : IdNameEntity, IBulkUpdatableEntity
Inheritance
LoadPropertyUserRow
Implements
Derived
Inherited Members

Fields

_application

protected readonly Application _application

Field Value

Application

_loadPropertyRepo

protected readonly ILoadPropertyRepo _loadPropertyRepo

Field Value

ILoadPropertyRepo

Properties

LimitFactor

public double LimitFactor { get; set; }

Property Value

double

LoadPropertyId

public int LoadPropertyId { get; }

Property Value

int

LoadScenarioId

public int LoadScenarioId { get; }

Property Value

int

PressureOrTemperature

public double PressureOrTemperature { get; set; }

Property Value

double

ReferenceTemperature

public double ReferenceTemperature { get; set; }

Property Value

double

Type

public LoadSetType Type { get; }

Property Value

LoadSetType

UltimateFactor

public double UltimateFactor { get; set; }

Property Value

double

Methods

UpdateRow()

protected void UpdateRow()