Show / Hide Table of Contents

Class EntityUpdate

Inheritance
System.Object
EntityUpdate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Context.Updates
Assembly: SpiceSharpParser.dll
Syntax
public class EntityUpdate

Constructors

| Improve this Doc View Source

EntityUpdate()

Declaration
public EntityUpdate()

Properties

| Improve this Doc View Source

Entity

Declaration
public IEntity Entity { get; set; }
Property Value
Type Description
SpiceSharp.Entities.IEntity
| Improve this Doc View Source

ParameterUpdatesBeforeLoad

Declaration
public List<EntityParameterUpdate> ParameterUpdatesBeforeLoad { get; }
Property Value
Type Description
System.Collections.Generic.List<EntityParameterUpdate>
| Improve this Doc View Source

ParameterUpdatesBeforeTemperature

Declaration
public List<EntityParameterUpdate> ParameterUpdatesBeforeTemperature { get; }
Property Value
Type Description
System.Collections.Generic.List<EntityParameterUpdate>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX