BNCS.Logic.Models Namespace

<< Click to Display Table of Contents >>

Navigation:  Reference >

BNCS.Logic.Models Namespace

The Models namespace.

 

Classes


Class

Description

Public class

BaseLogicItem

Represents the base class for logic items in the application.

Public class

LogicBlock

Represents a logic block that inherits from the BaseLogicItem class.

Public class

LogicConnection

Represents a logical connection within the system.

Establishes a connection between two logical components.

Public class

LogicModel

Represents a logic model that inherits from BaseLogicItem.

Public class

LogicModelDetail

Represents the details of a logic model.

Public class

LogicOperation

Represents a logical operation that extends the functionality of the BaseLogicItem class.

Public class

LogicPort

Represents a logic port within the logic model. A port is an input or output of the model and connects it to external data sources and destinations.

Represents a logical port within a system or application.

Public class

NamedLogicItem


 

Enumerations


Enumeration

Description

Public enumeration

LogicOperation.OperationTypes

Represents the types of operations that can be performed.

Public enumeration

LogicPort.NmosSubscribeTypes

Where the Port Source is NMOS, determines whether to establish the data subscription via MQTT or WebSocket.

Public enumeration

LogicPort.PortDirections

Specifies the possible directions for a port.

Public enumeration

LogicPort.PortSources

Badly formed XML comment.

Public enumeration

LogicPort.PortTypes

Represents the different types of ports that can be used in the application.