Interface IFemDesignEntity
- Namespace
- FemDesign.GenericClasses
- Assembly
- FemDesign.Core.dll
Elements found in FEM-Design 3D Structure
public interface IFemDesignEntity
- Extension Methods
Properties
Guid
Global Unique Id of entity
Guid Guid { get; set; }
Property Value
Methods
EntityCreated()
Invoke when an instance is created.
void EntityCreated()
EntityModified()
Invoke when an instance is modified.
Changes timestamp and action.
void EntityModified()