Show / Hide Table of Contents

Class PropertyExporter

Generates a property Export.

Inheritance
System.Object
Exporter
PropertyExporter
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 PropertyExporter : Exporter

Methods

| Improve this Doc View Source

CreateExport(String, String, ParameterCollection, EvaluationContext, ISpiceNetlistCaseSensitivitySettings)

Creates a new current export.

Declaration
public override Export CreateExport(string name, string type, ParameterCollection parameters, EvaluationContext context, ISpiceNetlistCaseSensitivitySettings caseSettings)
Parameters
Type Name Description
System.String name

Name of export.

System.String type

A type of export.

ParameterCollection parameters

A parameters of export.

EvaluationContext context

Expression context.

ISpiceNetlistCaseSensitivitySettings caseSettings

Case settings.

Returns
Type Description
Export

A new export.

Overrides
Exporter.CreateExport(String, String, ParameterCollection, EvaluationContext, ISpiceNetlistCaseSensitivitySettings)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX