Show / Hide Table of Contents

Class ExportFactory

Inheritance
System.Object
ExportFactory
Implements
IExportFactory
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.Readers.Controls.Common
Assembly: SpiceSharpParser.dll
Syntax
public class ExportFactory : IExportFactory

Methods

| Improve this Doc View Source

Create(Parameter, ICircuitContext, Simulation, IMapper<Exporter>)

Declaration
public Export Create(Parameter exportParameter, ICircuitContext context, Simulation simulation, IMapper<Exporter> mapper)
Parameters
Type Name Description
Parameter exportParameter
ICircuitContext context
SpiceSharp.Simulations.Simulation simulation
IMapper<Exporter> mapper
Returns
Type Description
Export

Implements

IExportFactory
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX