Class CurrentExporter
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.Exporters
Assembly: SpiceSharpParser.dll
Syntax
public class CurrentExporter : Exporter
Properties
| Improve this Doc View SourceCreatedTypes
Declaration
public virtual ICollection<string> CreatedTypes { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Methods
| Improve this Doc View SourceCreateExport(String, String, ParameterCollection, EvaluationContext, ISpiceNetlistCaseSensitivitySettings)
Declaration
public override Export CreateExport(string name, string type, ParameterCollection parameters, EvaluationContext context, ISpiceNetlistCaseSensitivitySettings caseSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String | type | |
| ParameterCollection | parameters | |
| EvaluationContext | context | |
| ISpiceNetlistCaseSensitivitySettings | caseSettings |
Returns
| Type | Description |
|---|---|
| Export |