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

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

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

パブリック コンストラクタ
 名前解説
Public コンストラクタオーバーロードされます。   
トップ
パブリック プロパティ
 名前解説
Public プロパティGets a value indicating whether items in the underlying list can be edited.  
Public プロパティGets or sets a value indicating whether the AddNew method can be used to add items to the list.  
Public プロパティGets a value indicating whether items can be removed from the underlying list.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets the total number of items in the underlying list.  
Public プロパティGets or sets the specific list in the data source to which the connector currently binds to.  
Public プロパティGets or sets the data source that the connector binds to.  
Public プロパティGets a value indicating whether the underlying list has a fixed size.  
Public プロパティGets a value indicating whether the underlying list is read-only.  
Public プロパティGets a value indicating whether access to the collection is synchronized (thread safe).  
Public プロパティGets or sets the list element at the specified index.  
Public プロパティGets the list that the connector is bound to.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets a value indicating whether the data source supports change notification.  
Public プロパティGets a value indicating whether the data source supports searching with the Find method.  
Public プロパティGets an object that can be used to synchronize access to the underlying list.  
トップ
パブリック メソッド
 名前解説
Public メソッドAdds an existing item to the internal list.  
Public メソッドAdds a new item to the underlying list.  
Public メソッドStarts an edit operation on the specified object.  
Public メソッドRemoves all elements from the list.  
Public メソッドDetermines whether an object is an item in the list.  
Public メソッドCopies the contents of the List to the specified array, starting at the specified index value.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドApplies pending changes to the underlying data source.  
Public メソッドオーバーロードされます。 Searches for the index of the item that has the given property descriptor.  
Public メソッドCommits a pending new item to the collection.  
Public メソッドRetrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドGets the name of the list supplying data for the binding.  
Public メソッドSearches for the specified object and returns the index of the first occurrence within the entire list.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドInserts an item into the list at the specified index.  
Public メソッドRemoves the specified item from the list.  
Public メソッドRemoves the item at the specified index in the list.  
Public メソッドCauses a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values.  
Public メソッドCauses a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value.  
Public メソッド System.ComponentModel.Componentから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントOccurs before an item is added to the underlying list.  
Public イベントOccurs when the DataMember property value has changed.  
Public イベントOccurs when the DataSource property value has changed.  
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when the underlying list changes or an item in the list changes.  
トップ
参照

C1BindingSource クラス
C1.Schedule 名前空間