Class LoadGroupTable
load_group_table
public class LoadGroupTable
- Inheritance
-
LoadGroupTable
- Inherited Members
- Extension Methods
Constructors
LoadGroupTable(List<ModelGeneralLoadGroup>, LoadCombinationMethod)
Internal constructor. Used for GH components and Dynamo nodes.
public LoadGroupTable(List<ModelGeneralLoadGroup> loadGroups, LoadCombinationMethod combinationMethod = LoadCombinationMethod.False)
Parameters
loadGroupsList<ModelGeneralLoadGroup>combinationMethodLoadCombinationMethod
Fields
_lastChange
public string _lastChange
Field Value
Properties
Action
public string Action { get; set; }
Property Value
CustomTable
public Ldgrp_ct_type CustomTable { get; set; }
Property Value
GeneralLoadGroups
public List<ModelGeneralLoadGroup> GeneralLoadGroups { get; set; }
Property Value
SimpleCombinationMethod
public LoadCombinationMethod SimpleCombinationMethod { get; set; }
Property Value
Methods
EntityCreated()
Invoke when an instance is created.
public void EntityCreated()
EntityModified()
Invoke when an instance is modified.
Changes timestamp and action.
public void EntityModified()