Class PeriodicExcitation
public class PeriodicExcitation : ILoadElement, IFemDesignEntity
- Inheritance
-
PeriodicExcitation
- Implements
- Inherited Members
- Extension Methods
Constructors
PeriodicExcitation(List<PeriodicLoad>)
public PeriodicExcitation(List<PeriodicLoad> records)
Parameters
recordsList<PeriodicLoad>
Properties
Action
public string Action { get; set; }
Property Value
Guid
Global Unique Id of entity
public Guid Guid { get; set; }
Property Value
LastChange
public DateTime LastChange { get; set; }
Property Value
Records
public List<PeriodicLoad> Records { 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()