Table of Contents

Class DesignLoadCol

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public class DesignLoadCol : IdNameEntityCol<DesignLoad>, IEnumerable<DesignLoad>, IEnumerable
Inheritance
DesignLoadCol
Implements
Inherited Members

Properties

FilterOptions

public DesignLoadFilteringOptions FilterOptions { get; set; }

Property Value

DesignLoadFilteringOptions

Methods

SetIsActiveById(HashSet<int>, bool)

public SimpleStatus SetIsActiveById(HashSet<int> designLoads, bool isActive)

Parameters

designLoads HashSet<int>
isActive bool

Returns

SimpleStatus

SetIsActiveByName(HashSet<string>, bool)

public SimpleStatus SetIsActiveByName(HashSet<string> designLoads, bool isActive)

Parameters

designLoads HashSet<string>
isActive bool

Returns

SimpleStatus