Connector Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic Namespace > Connector Class >

Connector Constructor

Represents a connector with a specific type and description.

Namespace: BNCS.Logic
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public Connector(
 Guid id,
 Type conectorType,
 string name,
 string description
)

Parameters

id

Type: Guid

conectorType

Type: Type

name

Type: String

description

Type: String

 

See Also


Connector Class

BNCS.Logic Namespace