IConnectable インターフェース
接続可能なオブジェクトを表します。
名前空間: ExapisSOP.ConnectionModel
アセンブリ: ExapisSOP.dll
構文
public interface IConnectable
メソッド 一覧
名前 | 説明 |
---|---|
ConnectWith(IConnectable) | 他のオブジェクトを現在のオブジェクトに接続します。 |
Disconnect(IConnectable) | 他のオブジェクトとの接続を解除します。 |
GetConnector() | 接続子を取得します。 |