PowerTools SPREAD for Windows Forms 10.0J
TimeSpanFieldCollectionInfo クラス メンバ
プロパティ  メソッド  イベント


TimeSpanFieldCollectionInfoデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前説明
Public コンストラクタTimeSpanFieldCollectionInfo コンストラクタTimeSpanFieldCollectionInfoクラスの新しいインスタンスを初期化します。  
トップ
パブリック プロパティ
 名前説明
Public プロパティCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。
Public プロパティCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public プロパティItemオーバーロードされます。 指定した名前を持つ要素を取得または設定します。 GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<TimeSpanFieldInfo>から継承されます。
トップ
プロテクト プロパティ
 名前説明
Protected プロパティInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected プロパティListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
トップ
パブリック メソッド
 名前説明
Public メソッドAdd指定したTをコレクションに追加します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドAddRangeオーバーロードされます。 指定した書式文字列から作成された別のIList<TimeSpanField>の内容をコレクションの最後に追加します。  
Public メソッドClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public メソッドContains指定したTがコレクションに含まれているかどうかを示す値を取得します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドContainsKey指定したキーを持つ項目が NamedObjectCollection<T> コレクションに含まれているかどうかを判断します。 GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<TimeSpanFieldInfo>から継承されます。
Public メソッドCopyToコレクションに指定されているSideButtonBaseオブジェクトを、 引数で指定されたSideButtonBase配列に設定します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドDefaultPredicate<TTarget>既定の検索条件を実装します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドExistsオーバーロードされます。 指定した述語によって定義された条件に一致する要素がListに含まれているかどうかを判断します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドFindオーバーロードされます。 指定した名前を使用して項目を検索します。 GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<TimeSpanFieldInfo>から継承されます。
Public メソッドFindAllオーバーロードされます。 指定した型TTargetに一致するすべてのTを取得します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドFindIndexオーバーロードされます。 指定した述語によって定義された条件に一致する要素をList全体で検索し、最初に見つかった一致する項目の0から始まるインデックスを返します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドFindLastオーバーロードされます。 指定した型TTargetと指定した述語によって定義された条件に一致するTをコレクション全体で検索し、最後に見つかった一致する項目を返します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドFindLastIndexオーバーロードされます。 指定した述語によって定義された条件に一致する要素をList全体で検索し、最後に見つかった一致する項目の0から始まるインデックスを返します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドIndexOf指定したTがコレクション内に存在する場合、そのコレクションでのインデックスを返します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドIndexOfKey指定したアイテムがコレクション内で最初に出現する位置のインデックスを取得します。 GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<TimeSpanFieldInfo>から継承されます。
Public メソッドInsert指定したTをコレクションの指定したインデックスに挿入します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドRemove指定したTをコレクションから削除します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public メソッドRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。
トップ
プロテクト メソッド
 名前説明
Protected メソッドInnerAddRange配列に含まれる項目を、コレクションの末尾に追加します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Protected メソッドOnAddRangeオーバーライドされます。 System.Collections.CollectionBaseインスタンスに新しい要素配列を挿入する前に、追加のカスタム処理を実行します。  
Protected メソッドOnAddRangeCompleteSystem.Collections.CollectionBaseインスタンスに新しい要素配列を挿入した後に、追加のカスタム処理を実行します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Protected メソッドOnClearオーバーライドされます。 項目をクリアする前にイベントリスナーをクリアします。  
Protected メソッドOnClearComplete(内部仕様のため、アプリケーションによる使用は想定されていません。) GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Protected メソッドOnCollectionChangedCollectionChangedイベントを発生させます。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Protected メソッドOnCollectionChangingCollectionChangingイベントを発生させます。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Protected メソッドOnFieldPropertyChangedFieldPropertyChangedイベントを発生させます。  
Protected メソッドOnInsertオーバーライドされます。 System.Collections.CollectionBaseインスタンスに新しい要素を挿入する前に、追加のカスタム処理を実行します。  
Protected メソッドOnInsertComplete(内部仕様のため、アプリケーションによる使用は想定されていません。) GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Protected メソッドOnRemoveSystem.Collections.CollectionBaseインスタンスから要素を削除するときに、追加のカスタム処理を実行します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Protected メソッドOnRemoveCompleteオーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。)  
Protected メソッドOnSetオーバーライドされます。 System.Collections.CollectionBaseインスタンスに値を設定する前に、追加のカスタム処理を実行します。  
Protected メソッドOnSetComplete(内部仕様のため、アプリケーションによる使用は想定されていません。) GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Protected メソッドOnValidate項目が検証されるとき、追加処理を実行します。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
トップ
パブリック イベント
 名前説明
Public イベントCollectionChangedCollectionChanged イベントのハンドラを示す System.ComponentModel.CollectionChangeEventHandler オブジェクト。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
Public イベントCollectionChangingCollectionChanging イベントのハンドラを示す System.ComponentModel.CollectionChangeEventHandler オブジェクト。 GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<TimeSpanFieldInfo>から継承されます。
トップ
参照

TimeSpanFieldCollectionInfo クラス
GrapeCity.Win.Spread.InputMan.CellType 名前空間

 

 


© 2004-2017, GrapeCity inc. All rights reserved.