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

ConditionStringList クラス

条件(文字列)条件リスト
継承階層
System.Object
  WodiLib.Sys.ModelBase<FixedLengthList<ConditionStringDesc>>
    WodiLib.Sys.FixedLengthList<ConditionStringDesc>
      WodiLib.Event.EventCommand.ConditionStringList

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
[SerializableAttribute]
public class ConditionStringList : FixedLengthList<ConditionStringDesc>

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

コンストラクター
プロパティ
メソッド
  名前説明
Public メソッドAll
すべての列挙子を取得する。
(FixedLengthList<T> から継承)
Public メソッドClear
すべての要素を初期化する。
(FixedLengthList<T> から継承)
Protected メソッドClearItems
要素をすべて除去したあと、 必要に応じて最小限の要素を新たに設定する。
(FixedLengthList<T> から継承)
Public メソッドContains
指定の要素が含まれているか判断する。
(FixedLengthList<T> から継承)
Public メソッドCopyTo
すべての要素を、指定された配列のインデックスから始まる部分にコピーする。
(FixedLengthList<T> から継承)
Public メソッドEquals(IEnumerable<T>)
値を比較する。
(FixedLengthList<T> から継承)
Public メソッドEquals(IReadOnlyList<T>)
値を比較する。
(FixedLengthList<T> から継承)
Public メソッドEquals(Object)
Determines whether the specified object is equal to the current object.
(ModelBase<TChild> から継承)
Public メソッドEquals(FixedLengthList<T>)
値を比較する。
(FixedLengthList<T> から継承)
Public メソッドEquals(IReadOnlyFixedLengthCollection<T>)
値を比較する。
(FixedLengthList<T> から継承)
Public メソッドEquals(ModelBase<TChild>)
値を比較する。
(ModelBase<TChild> から継承)
Protected メソッドFill
デフォルト値ですべての要素を埋める。
(FixedLengthList<T> から継承)
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetCapacity
容量値を返す。
(FixedLengthList<T> .GetCapacity()をオーバーライド)
Public メソッドGetEnumerator
反復処理する列挙子を返す。
(FixedLengthList<T> .GetEnumerator()をオーバーライド)
Public メソッドGetHashCode
Serves as the default hash function.
(ModelBase<TChild> から継承)
Public メソッドGetObjectData
オブジェクトをシリアル化するために必要なデータを設定する。
(FixedLengthList<T> から継承)
Public メソッドGetRange
指定範囲の要素を簡易コピーしたリストを取得する。
(FixedLengthList<T> から継承)
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Public メソッドIndexOf
指定したオブジェクトを検索し、最初に出現する位置のインデックスを返す。
(FixedLengthList<T> から継承)
Protected メソッドMakeDefaultItem
格納対象のデフォルトインスタンスを生成する。
(FixedLengthList<T> .MakeDefaultItem(Int32)をオーバーライド)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Public メソッドMove
指定したインデックスにある項目をコレクション内の新しい場所へ移動する。
(FixedLengthList<T> から継承)
Protected メソッドMoveItem
指定したインデックスにある項目をコレクション内の新しい場所へ移動する。
(FixedLengthList<T> から継承)
Public メソッドMoveRange
指定したインデックスから始まる連続した項目をコレクション内の新しい場所へ移動する。
(FixedLengthList<T> から継承)
Protected メソッドNotifyPropertyChanged
プロパティ変更イベント
(ModelBase<TChild> から継承)
Public メソッドSearchUseNumberVariableForRightSideMax
右辺に数値変数を設定している条件を探し、その最大のインデックスを返す。
Protected メソッドSetItem
指定したインデックス位置にある要素を置き換える。
(FixedLengthList<T> から継承)
Public メソッドToString
Returns a string that represents the current object.
(Objectから継承)
Protected メソッドValidateDefaultItem
デフォルト値チェック
(FixedLengthList<T> から継承)
トップ
イベント
フィールド
  名前説明
Public フィールド静的メンバーCapacity
容量
トップ
関連項目