IProtocol Interface
接続するサーバーのプロトコルを表すインターフェース定義です。
Namespace: Kasasagi.Sekirei.UiAssembly: Kasasagi.Sekirei.Ui (in Kasasagi.Sekirei.Ui.dll) Version: 1.0.0+149048337d893a876fee0780732e854768ab2b44
public interface IProtocol
Public Interface IProtocol
public interface class IProtocol
type IProtocol = interface end
このインターフェースを実装するクラスは、
引数の無いデフォルトコンストラクタを持つ必要があります。
Color |
ボタンの色を、「#」で始まるHTML形式のカラーコードで取得します。
|
Title |
ボタンに表示される文字列を取得します。
|
Ui |
接続元であるIBridgeオブジェクトと設定画面を相互変換するオブジェクトを取得します。
|
Xml |
接続元であるIBridgeオブジェクトとXML要素を相互変換するオブジェクトを取得します。
|