C# Class OpenTween.Models.TabUsageTypeExt

enum TabUsageType に対応する拡張メソッドを定義したクラス
Afficher le fichier Open project: opentween/OpenTween

Méthodes publiques

Méthode Description
IsDefault ( this tabType ) : bool

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

IsDistributable ( this tabType ) : bool

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

IsInnerStorage ( this tabType ) : bool

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

Method Details

IsDefault() public static méthode

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

IsDistributable() public static méthode

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

IsInnerStorage() public static méthode

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