Class MeasuredAndFactorViewModel
Inheritance
System.Object
MeasuredAndFactorViewModel
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MeasuredAndFactorViewModel : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Length
Declaration
public double Length { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
PerNormalModule
Declaration
public double PerNormalModule { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods