Skip to content

GateFactory Class

sequenze edited this page Jun 15, 2017 · 2 revisions

This class constitutes a factory pattern for instantiation of gates.

Inheritance Hierarchy

Object

Syntax

public class GateFactory

Methods

Name                                               Description
CreateGate(String,IEncoder) Returns a new instance of a gate based on the provided connectionstring.

See Also

IEncoder

Clone this wiki locally