GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 : HolidayCollection クラス |
このクラスのメンバの一覧は、HolidayCollectionメンバを参照してください。
名前 | 説明 | |
---|---|---|
Add | コレクションに項目を追加します。 | |
AddRange | 指定した IHoliday 配列の要素をコレクションの最後にコピーします。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Contains | 指定したIHolidayがHolidayCollectionのメンバかどうかを示す値を返します。 | |
CopyTo | HolidayCollection 全体を、IHoliday 型の互換性のある1次元配列の指定した0から始まるインデックス以降にコピーします。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
GetTypeOfDay | 指定した日付に対応する項目を取得し、更に休日の種類を返します。 | |
IndexOf | 指定した IHoliday を検索し、コレクション内で最初に見つかった一致する項目の0から始まるインデックスを返します。 | |
Insert | コレクションに休日オブジェクトを挿入します。 | |
IsHoliday | 指定の日付がオブジェクトに関連付けられているかどうかを返します。 | |
Remove | 指定した IHoliday を HolidayCollection 内で検索し、最初に見つかった一致する項目を削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
名前 | 説明 | |
---|---|---|
IsOverridden | 指定の日付が振替休日か、そうでないかを返します。 | |
OnClear | オーバーライドされます。 HolidayCollection インスタンスの内容をクリアした後で、追加のカスタム処理を実行します。 | |
OnClearComplete | NotifyCollection インスタンスの内容をクリアした後で、追加のカスタム処理を実行します。 GrapeCity.Win.Spread.InputMan.CellType.NotifyCollectionから継承されます。 | |
OnCollectionChanged | NotifyCollection.CollectionChanged イベントを発生させます。 GrapeCity.Win.Spread.InputMan.CellType.NotifyCollectionから継承されます。 | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsertComplete | オーバーライドされます。 HolidayCollection インスタンスに新しい要素を挿入した後で、追加のカスタム処理を実行します。 | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | オーバーライドされます。 HolidayCollection インスタンスから要素を削除した後で、追加のカスタム処理を実行します。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |