リサイズはクリックかドラッグ

IntOrStr メソッド

IntOrStr 型は下記のメンバーを公開します。

メソッド
  名前説明
Public メソッドEquals(Object)
Determines whether the specified object is equal to the current object.
(ModelBaseTChildEquals(Object)をオーバーライド)
Public メソッドEquals(IntOrStr)
値を比較する。
(ModelBaseTChildEquals(TChild)をオーバーライド)
Public メソッドEquals(ModelBaseTChild)
値を比較する。
(ModelBaseTChildから継承)
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetHashCode
Serves as the default hash function.
(ModelBaseTChildGetHashCodeをオーバーライド)
Public メソッドGetObjectData
オブジェクトをシリアル化するために必要なデータを設定する。
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Public メソッドMerge(Int32)
すでに文字列を保有している場合、両方所有状態にする
数値を保有している場合はその値を上書きする。
Public メソッドMerge(String)
すでに数値を保有している場合、両方所有状態にする
文字列を保有している場合はその値を上書きする。
Public メソッドMerge(IntOrStr)
数値、文字列を引数で与えられたインスタンスの内容で上書きする。
Protected メソッドNotifyPropertyChanged
プロパティ変更イベント
(ModelBaseTChildから継承)
Public メソッドToInt
intに変換する。
Public メソッドToStr
stringに変換する。
Public メソッドToString
Returns a string that represents the current object.
(ObjectToStringをオーバーライド)
Public メソッドToValueString
内容を文字列化する。
トップ
関連項目