Table of Contents

Class PeriodicExcitation

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll
public class PeriodicExcitation : ILoadElement, IFemDesignEntity
Inheritance
PeriodicExcitation
Implements
Inherited Members
Extension Methods

Constructors

PeriodicExcitation(List<PeriodicLoad>)

public PeriodicExcitation(List<PeriodicLoad> records)

Parameters

records List<PeriodicLoad>

Properties

Action

public string Action { get; set; }

Property Value

string

Guid

Global Unique Id of entity

public Guid Guid { get; set; }

Property Value

Guid

LastChange

public DateTime LastChange { get; set; }

Property Value

DateTime

Records

public List<PeriodicLoad> Records { get; set; }

Property Value

List<PeriodicLoad>

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()