프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddPortToListView | void | ||
AddPortsToListView | void | ||
ControlsToData | void | ||
DataToControls | void | ||
GetCapabilityMapping | List |
||
GetCapabilityPortMapPath | string | ||
GetResourcePortMapPath | string | ||
GetResources | List |
||
InitInterface | void | ||
InitializeComponent | void | ||
IsMappedToResourcePort | bool | ||
SetColumnsWidths | void | ||
btnAddPort_Click | void | ||
btnDeletePort_Click | void | ||
btnEditPort_Click | void | ||
btnMapping_Click | void | ||
lvPorts_Resize | void | ||
lvPorts_SelectedIndexChanged | void |
메소드 | 설명 | |
---|---|---|
CapabilityInterfaceListControl ( ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPortAdded ( ) : void | ||
OnPortChanged ( ) : void | ||
OnPortRemoved ( ) : void |
메소드 | 설명 | |
---|---|---|
AddPortToListView ( Port port ) : void | ||
AddPortsToListView ( ) : void | ||
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
GetCapabilityMapping ( ) : List |
||
GetCapabilityPortMapPath ( ) : string | ||
GetResourcePortMapPath ( ) : string | ||
GetResources ( ) : List |
||
InitInterface ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
IsMappedToResourcePort ( String sourceName, Resource resource, Port resourcePort ) : bool | ||
SetColumnsWidths ( ) : void | ||
btnAddPort_Click ( object sender, EventArgs e ) : void | ||
btnDeletePort_Click ( object sender, EventArgs e ) : void | ||
btnEditPort_Click ( object sender, EventArgs e ) : void | ||
btnMapping_Click ( object sender, EventArgs e ) : void | ||
lvPorts_Resize ( object sender, EventArgs e ) : void | ||
lvPorts_SelectedIndexChanged ( object sender, EventArgs e ) : void |
public CapabilityInterfaceListControl ( ) : System | ||
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |