[SerializableAttribute]
public class LoadCaseCombinationList : ISerializable<SerializableAttribute>
Public Class LoadCaseCombinationList
Implements ISerializable[SerializableAttribute]
public ref class LoadCaseCombinationList : ISerializable[<SerializableAttribute>]
type LoadCaseCombinationList =
class
interface ISerializable
end| 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. |
| 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. |
| 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. |
| _loadCaseCombinations | List of load-case-combinations. |
| ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |