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

IReadOnlyDBItemValuesList インターフェイス

【読み取り専用】DB項目設定値リスト

名前空間:  WodiLib.Database
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public interface IReadOnlyDBItemValuesList : IReadOnlyRestrictedCapacityCollection<IFixedLengthDBItemValueList>, 
	IModelBase<IReadOnlyRestrictedCapacityCollection<IFixedLengthDBItemValueList>>, IEquatable<IReadOnlyRestrictedCapacityCollection<IFixedLengthDBItemValueList>>, 
	INotifyPropertyChanged, IReadOnlyList<IFixedLengthDBItemValueList>, IEnumerable<IFixedLengthDBItemValueList>, 
	IEnumerable, IReadOnlyCollection<IFixedLengthDBItemValueList>, IEquatable<IReadOnlyList<IFixedLengthDBItemValueList>>, 
	INotifyCollectionChanged

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

プロパティ
  名前説明
Public プロパティCount
Gets the number of elements in the collection.
(IReadOnlyCollectionIFixedLengthDBItemValueListから継承)
Public プロパティItem
Gets the element at the specified index in the read-only list.
(IReadOnlyListIFixedLengthDBItemValueListから継承)
トップ
メソッド
  名前説明
Public メソッドAll
すべての列挙子を取得する。
(IReadOnlyRestrictedCapacityCollectionTから継承)
Public メソッドEquals(T)
Indicates whether the current object is equal to another object of the same type.
(IEquatableIReadOnlyRestrictedCapacityCollectionIFixedLengthDBItemValueListから継承)
Public メソッドEquals(T) (IEquatableIReadOnlyListIFixedLengthDBItemValueListから継承)
Public メソッドGetEnumerator
Returns an enumerator that iterates through the collection.
(IEnumerableIFixedLengthDBItemValueListから継承)
Public メソッドGetRange
指定範囲の要素を簡易コピーしたリストを取得する。
(IReadOnlyRestrictedCapacityCollectionTから継承)
トップ
イベント
  名前説明
Public イベントCollectionChanged
Occurs when the collection changes.
(INotifyCollectionChangedから継承)
Public イベントPropertyChanged
Occurs when a property value changes.
(INotifyPropertyChangedから継承)
トップ
拡張メソッド
関連項目