C# Class EAMapping.MappingControl

Mostra file Open project: GeertBellekens/Enterprise-Architect-Toolpack Class Usage Examples

Public Methods

Method Description
MappingControl ( ) : System
loadMappingSet ( MappingFramework mappingSet ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the control.

Private Methods

Method Description
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

Method Details

Dispose() protected method

Disposes resources used by the control.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MappingControl() public method

public MappingControl ( ) : System
return System

loadMappingSet() public method

public loadMappingSet ( MappingFramework mappingSet ) : void
mappingSet MappingFramework
return void