x4Trace Documentation v1.0
|
Descriptor of the block. The block creates by this. More...
Public Member Functions | |
BlockDescriptor () | |
Consctructor. | |
Properties | |
string | Name [get, set] |
Name of descriptor. | |
string | Description [get, set] |
Description. | |
string | ForeignID [get, set] |
Foreign ID. | |
List< PortDescriptor > | InputPorts [get] |
Port descriptors of input. | |
List< PortDescriptor > | OutputPorts [get] |
Port descriptors of output. | |
IBlockAgency | BlockAgency [get, set] |
Agency of descriptor. | |
Private Attributes | |
string | name = "" |
Name of descriptor. | |
string | description = "" |
Description. | |
string | foreignID = "" |
Foreign ID. | |
List< PortDescriptor > | inputPorts |
Port descriptors of input. | |
List< PortDescriptor > | outputPorts |
Port descriptors of output. | |
IBlockAgency | blockAgency |
Agency of descriptor. | |
Descriptor of the block. The block creates by this.