StructuralLoadCombinationDataBaseTReference Class |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Subtypes
public class StructuralLoadCombinationDataBase<TReference> : IEquatable<StructuralLoadCombinationDataBase<TReference>> where TReference : class
The StructuralLoadCombinationDataBaseTReference type exposes the following members.
Name | Description | |
---|---|---|
![]() | StructuralLoadCombinationDataBaseTReference |
Default constructor to prevent invalid creation of object.
Used for AutoMapper & reflection purposes
|
![]() | StructuralLoadCombinationDataBaseTReference(TReference, Double, Double) |
Create a part of a StructuralLoadCombination with the provided StructuralLoadCase and factor and multiplier.
|
Name | Description | |
---|---|---|
![]() | Factor |
The factor that will be applied to the load case
|
![]() | LoadCase |
The load case that is part of the combination
|
![]() | Multiplier |
The multiplier that will be applied to the load case
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | Equals(StructuralLoadCombinationDataBaseTReference) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) |