x4Trace Documentation v1.0
Loading...
Searching...
No Matches
FlowLib.Engine.IBlockAgency Interface Reference

Represents the agency of block. This is the behaviour of block. When you implement this interface the block will handle It. More...

Inheritance diagram for FlowLib.Engine.IBlockAgency:
Ix4Trace.Engine.Features.Flow.FlowAgency

Public Member Functions

void Merge (IBlockAgency blockAgency)
 Merges two block.
 
void Merge (List< IBlockAgency > blockAgency)
 Merge blocks.
 
string GetAgencyText ()
 returns the text of agency.
 
void OnCopy (IBlockAgency blockAgency)
 Copies the block with agency.
 

Detailed Description

Represents the agency of block. This is the behaviour of block. When you implement this interface the block will handle It.

Member Function Documentation

◆ GetAgencyText()

string FlowLib.Engine.IBlockAgency.GetAgencyText ( )

returns the text of agency.

Returns
String of text.

Implemented in Ix4Trace.Engine.Features.Flow.FlowAgency.

◆ Merge() [1/2]

void FlowLib.Engine.IBlockAgency.Merge ( IBlockAgency blockAgency)

Merges two block.

Parameters
blockAgencyAgency of other block.

Implemented in Ix4Trace.Engine.Features.Flow.FlowAgency.

◆ Merge() [2/2]

void FlowLib.Engine.IBlockAgency.Merge ( List< IBlockAgency > blockAgency)

Merge blocks.

Parameters
blockAgencyAgency list of other block.

Implemented in Ix4Trace.Engine.Features.Flow.FlowAgency.

◆ OnCopy()

void FlowLib.Engine.IBlockAgency.OnCopy ( IBlockAgency blockAgency)

Copies the block with agency.

Parameters
blockAgencyAgency of cipied block.

Implemented in Ix4Trace.Engine.Features.Flow.FlowAgency.


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