BasePersistableObjectオブジェクトのプロパティを 適切なデータフィールドにマッピングするための汎用コレクションを表します。プロパティの名前がこのコレクションのキーです。
オブジェクト モデル
シンタックス
'宣言
Public Class MappingCollectionBase(Of As {New, BasePersistableObject})
Inherits System.Collections.ObjectModel.KeyedCollection(Of String,MappingInfo)
public class MappingCollectionBase<> : System.Collections.ObjectModel.KeyedCollection<string,MappingInfo>
where T: new(), BasePersistableObject
型パラメータ
- T
- マッピングするオブジェクトのタイプ。 BasePersistableObjectクラスの派生であり、デフォルトのパラメータなしのコンストラクタを持っている必要があります。
継承階層
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.C1Schedule.MappingCollectionBase<T>
C1.C1Schedule.AppointmentMappingCollection
C1.C1Schedule.BaseObjectMappingCollection<T>
参照