Scheduler for WPF
CategoryStorage クラス メンバ
プロパティ  メソッド  イベント

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : CategoryStorage クラス

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

パブリック プロパティ
 名前解説
Public プロパティGets a value indicating whether items in the underlying list can be edited. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets or sets a value indicating whether the AddNew method can be used to add items to the list. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets a value indicating whether items can be removed from the underlying list. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets a value indicating if the collection is bound to data. C1.Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>から継承されます。
Public プロパティGets the CategoryCollection object that contains category related information.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets the total number of items in the underlying list. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets or sets the specific list in the data source to which the connector currently binds to. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets or sets the data source that the connector binds to. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets a value indicating whether the underlying list has a fixed size. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets a value indicating whether the underlying list is read-only. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets a value indicating whether access to the collection is synchronized (thread safe). C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets or sets the list element at the specified index. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets the list that the connector is bound to. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets or sets the MappingCollectionBase<T> derived object that allows the properties of objects maintained by the current collection to be bound to the appropriate fields in the data source. C1.Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>から継承されます。
Public プロパティGets the reference to the owning C1ScheduleStorage component. C1.Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>から継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets a value indicating whether the data source supports change notification. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets a value indicating whether the data source supports searching with the Find method. C1.Schedule.C1BindingSourceから継承されます。
Public プロパティGets an object that can be used to synchronize access to the underlying list. C1.Schedule.C1BindingSourceから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAdds an existing item to the internal list. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドAdds a new item to the underlying list. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドStarts an edit operation on the specified object. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドRemoves all elements from the list. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドDetermines whether an object is an item in the list. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドCopies the contents of the List to the specified array, starting at the specified index value. C1.Schedule.C1BindingSourceから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドApplies pending changes to the underlying data source. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドオーバーロードされます。 Searches for the index of the item that has the given property descriptor. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドCommits a pending new item to the collection. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドRetrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type. C1.Schedule.C1BindingSourceから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドGets the name of the list supplying data for the binding. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドSearches for the specified object and returns the index of the first occurrence within the entire list. C1.Schedule.C1BindingSourceから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドInserts an item into the list at the specified index. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドCall this method each time after changing your data source if it doesn't implement IBindingList interface. Or use BaseStorage{T, TMappingCollection}.Add and BaseStorage{T, TMappingCollection}.Remove instead of corresponding methods of your data source class. C1.Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>から継承されます。
Public メソッドRemoves object from the Objects collection. C1.Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>から継承されます。
Public メソッドRemoves the item at the specified index in the list. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドCauses a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values. C1.Schedule.C1BindingSourceから継承されます。
Public メソッドCauses a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value. C1.Schedule.C1BindingSourceから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントOccurs before an item is added to the underlying list. C1.Schedule.C1BindingSourceから継承されます。
Public イベントOccurs when the DataMember property value has changed. C1.Schedule.C1BindingSourceから継承されます。
Public イベントOccurs when the DataSource property value has changed. C1.Schedule.C1BindingSourceから継承されます。
Public イベントOccurs when changes made to the source collection has been fully reflected in the storage underlying data source. C1.Schedule.BaseStorage<Category,BaseObjectMappingCollection<Category>>から継承されます。
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when the underlying list changes or an item in the list changes. C1.Schedule.C1BindingSourceから継承されます。
トップ
参照

CategoryStorage クラス
C1.Schedule 名前空間