x4Trace Documentation v1.0
Loading...
Searching...
No Matches
FlowLib.Engine.BlockDescriptor Class Reference

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< PortDescriptorInputPorts [get]
 Port descriptors of input.
 
List< PortDescriptorOutputPorts [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< PortDescriptorinputPorts
 Port descriptors of input.
 
List< PortDescriptoroutputPorts
 Port descriptors of output.
 
IBlockAgency blockAgency
 Agency of descriptor.
 

Detailed Description

Descriptor of the block. The block creates by this.


The documentation for this class was generated from the following file: