LoadCaseCombinationList Class

represents an ordered list of load cases combinations. Is used by LoadCaseCombinationCollection and LoadCaseActivation.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
[SerializableAttribute]
public class LoadCaseCombinationList : ISerializable
Inheritance
Object    LoadCaseCombinationList
Derived
Implements
ISerializable

Constructors

LoadCaseCombinationList Initializes a new instance of the LoadCaseCombinationList class.
LoadCaseCombinationList(ListLoadCaseCombination) Initializes a new instance of the LoadCaseCombinationList class.
LoadCaseCombinationList(SerializationInfo, StreamingContext) Initializes a new instance of the LoadCaseCombinationList class. de-serialization constructor.

Properties

LoadCaseCombinationNames Gets the list of load-case-combination names.
LoadCaseCombinations Gets the list of active load-case-combinations.
LoadCases Gets all load-cases.
NumberOfLoadCases Gets the number of unique active load-cases.

Methods

CheckLoadCaseIndex check whether there are results available for the model and a specific load-case and throw an exception in case there are none.
Clone Clones load case activation so that new load cases can be added without sied-effects.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetObjectData serialize the model-object.
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
SelectLoadCaseCombinations return load cases for given load-case identifiers which may be given in the form of regular expressions.
ToString Returns a string that represents the current object.
(Inherited from Object)
TryGetLoadCaseCombination try to find load case combination for a given load case combination name.
TryGetLoadCaseCombinationInd Tries to return the index of the load-case-combination of given name. If the name can not be found it is tried to convert it into an integer and use it as an index.

Fields

_loadCaseCombinations List of load-case-combinations.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also