Show / Hide Table of Contents

Interface IObjectNameGenerator

Interface for all object name generators.

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Context.Names
Assembly: SpiceSharpParser.dll
Syntax
public interface IObjectNameGenerator

Methods

| Improve this Doc View Source

CreateChildGenerator(String)

Creates a new child object name generator.

Declaration
IObjectNameGenerator CreateChildGenerator(string childGeneratorName)
Parameters
Type Name Description
System.String childGeneratorName

Name of generator.

Returns
Type Description
IObjectNameGenerator

A new object name generator.

| Improve this Doc View Source

Generate(String)

Generates entity object name.

Declaration
string Generate(string entityName)
Parameters
Type Name Description
System.String entityName

Name of entity.

Returns
Type Description
System.String

A object name for entity.

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