x4Trace Documentation v1.0
|
Represents the agency of block. This is the behaviour of block. When you implement this interface the block will handle It. More...
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. | |
Represents the agency of block. This is the behaviour of block. When you implement this interface the block will handle It.
string FlowLib.Engine.IBlockAgency.GetAgencyText | ( | ) |
returns the text of agency.
Implemented in Ix4Trace.Engine.Features.Flow.FlowAgency.
void FlowLib.Engine.IBlockAgency.Merge | ( | IBlockAgency | blockAgency | ) |
Merges two block.
blockAgency | Agency of other block. |
Implemented in Ix4Trace.Engine.Features.Flow.FlowAgency.
void FlowLib.Engine.IBlockAgency.Merge | ( | List< IBlockAgency > | blockAgency | ) |
Merge blocks.
blockAgency | Agency list of other block. |
Implemented in Ix4Trace.Engine.Features.Flow.FlowAgency.
void FlowLib.Engine.IBlockAgency.OnCopy | ( | IBlockAgency | blockAgency | ) |
Copies the block with agency.
blockAgency | Agency of cipied block. |
Implemented in Ix4Trace.Engine.Features.Flow.FlowAgency.