ActivitiesSubsetCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 |
![]() | Count | コレクションに含まれる Appointment オブジェクトの数を返します。 |
![]() | IsReadOnly | オーバーライドされます。 オーバーライドされます。コレクションが読み取り専用かどうかを示します。 |
![]() | Item | 指定したインデックスにある、コレクション内の Appointment オブジェクトを取得します。 |
![]() | ScheduleInfo | Appointment オブジェクトを所有する WebScheduleInfo コンポーネントを返します。このプロパティは読み取り専用です。 |
名前 | 解説 | |
---|---|---|
![]() | EnableViewState | このWebObjectのViewStateの追跡をONにします。 Infragistics.WebUI.Shared.WebObjectsCollectionBaseから継承されます。 |
![]() | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | Owner | このオブジェクトが属している親のオーナー。 Infragistics.WebUI.Shared.WebObjectsCollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | Clear | ActivitySubsetCollection のすべての項目を削除します。 |
![]() | Contains | 指定された項目がコレクションに含まれる場合は true を返します。 Infragistics.WebUI.Shared.WebObjectsCollectionBaseから継承されます。 |
![]() | CopyTo | オーバーロードされます。 オーバーライドされます。 コレクションの内容を、指定したインデックスから開始する指定した配列にコピーします。 |
![]() | CreateObjectType | オーバーライドされます。 |
![]() | GetEnumerator | コレクション内の Appointment オブジェクトを繰り返すためのタイプセーフの列挙子を返します。 |
![]() | GetItem | IServiceProvider Infragistics.WebUI.Shared.WebObjectsCollectionBaseから継承されます。 |
![]() | IndexOf | コレクション内のオブジェクトのインデックスを返します。 Infragistics.WebUI.Shared.WebObjectsCollectionBaseから継承されます。 |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
![]() | SetDirty | Infragistics.WebUI.Shared.WebObjectsCollectionBaseから継承されます。 |
![]() | Sort | コレクションに含まれる Appointment オブジェクトの数を返します。 |