GenericVirtualDataSourceデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | GenericVirtualDataSource コンストラクタ | 新しい GenericVirtualDataSource を構築します。 |
名前 | 解説 | |
---|---|---|
![]() | AddSchemaProperty | スキーマにエントリを追加します。 |
![]() | AddSummaryDate | 現在のページまたはグループに集計値を追加します。 |
![]() | AddSummaryDouble | 現在のページまたはグループに集計値を追加します。 |
![]() | AddSummaryInt | 現在のページまたはグループに集計値を追加します。 |
![]() | AddSummaryString | 現在のページまたはグループに集計値を追加します。 |
![]() | ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 |
![]() | CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 |
![]() | Equals | System.Windows.DependencyObjectから継承されます。 |
![]() | FillColumnBool | 要求されたページの指定された列に boolean 値を入力します。 |
![]() | FillColumnDate | 要求されたページの指定された列に date 値を入力します。 |
![]() | FillColumnDouble | 要求されたページの指定された列に double 値を入力します。 |
![]() | FillColumnInt | 要求されたページの指定された列に integer 値を入力します。 |
![]() | FillColumnString | 要求されたページの指定された列に string 値を入力します。 |
![]() | FillCount | データ ソースの行数を提供します。データ ソースはこれをページ要求から取得するため、FillPageStart の後に呼び出す必要があります。 |
![]() | FillGroupEnd | 現在のグループを終了します。 |
![]() | FillGroupStart | データ ソースのグループ情報の入力を開始します。 |
![]() | FillGroupValueDate | 現在のグループに date 値を追加します。 |
![]() | FillGroupValueDouble | 現在のグループに double 値を追加します。 |
![]() | FillGroupValueInt | 現在のグループに integer 値を追加します。 |
![]() | FillGroupValueString | 現在のグループに string 値を追加します。 |
![]() | FillPageEnd | 現在のページを終了します。FillPageStart の後に呼び出す必要があります。 |
![]() | FillPageStart | 指定された要求のページの入力を開始します。要求を完了するには、後で FillPageEnd を実行する必要があります。 |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 |
![]() | InvalidateProperty | System.Windows.DependencyObjectから継承されます。 |
![]() | QueueAutoRefresh | データ ソースの更新操作を手動的にキューするために呼び出されます。 Infragistics.Controls.DataSource.BaseGenericDataSourceから継承されます。 |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 |
![]() | SetCurrentValue | System.Windows.DependencyObjectから継承されます。 |
![]() | SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. System.Windows.DependencyObjectから継承されます。 |
![]() | OnPropertyUpdated | プロパティが更新されたときに呼び出されます。 Infragistics.Controls.DataSource.BaseGenericDataSourceから継承されます。 |
![]() | PropertyUpdatedOverride | オーバーライドされます。 |
![]() | QueueAutoRefreshOverride | オーバーライドされます。 データ ソースの更新操作を手動的にキューするために呼び出されます。 |
![]() | ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | PageRequested | データ ソースがページ データを要求したときに発生します。 |
![]() | PropertyChanged | プロパティ値が変化した時に発生されるイベント。 Infragistics.Controls.DataSource.BaseGenericDataSourceから継承されます。 |