Scheduler for WinForms
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 メソッドstatic (Shared in Visual Basic)  
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 名前空間