C# Class OpenTween.Models.TabUsageTypeExt

enum TabUsageType に対応する拡張メソッドを定義したクラス
ファイルを表示 Open project: opentween/OpenTween

Public Methods

Method Description
IsDefault ( this tabType ) : bool

デフォルトタブかどうかを示す値を取得します。

IsDistributable ( this tabType ) : bool

振り分け可能タブかどうかを示す値を取得します。

IsInnerStorage ( this tabType ) : bool

内部ストレージを使用するタブかどうかを示す値を取得します。

Method Details

IsDefault() public static method

デフォルトタブかどうかを示す値を取得します。
public static IsDefault ( this tabType ) : bool
tabType this
return bool

IsDistributable() public static method

振り分け可能タブかどうかを示す値を取得します。
public static IsDistributable ( this tabType ) : bool
tabType this
return bool

IsInnerStorage() public static method

内部ストレージを使用するタブかどうかを示す値を取得します。
public static IsInnerStorage ( this tabType ) : bool
tabType this
return bool