ObjectDataProvider Methods
.NET Framework 4.5
The ObjectDataProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginInit | Indicates that initialization of this object is about to begin; no implicit Refresh occurs until the matched EndInit method is called. (Inherited from DataSourceProvider.) |
|
BeginQuery | Starts to create the requested object, either immediately or on a background thread, based on the value of the IsAsynchronous property. (Overrides DataSourceProvider.BeginQuery().) |
|
DeferRefresh | Enters a defer cycle that you can use to change properties of the provider and delay automatic refresh. (Inherited from DataSourceProvider.) |
|
EndInit | Indicates that the initialization of this object has completed; this causes a Refresh if no other DeferRefresh is outstanding. (Inherited from DataSourceProvider.) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InitialLoad | Starts the initial query to the underlying data model. The result is returned on the Data property. (Inherited from DataSourceProvider.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Inherited from DataSourceProvider.) |
|
OnQueryFinished(Object) | Derived classes call this method to indicate that a query has finished. (Inherited from DataSourceProvider.) |
|
OnQueryFinished(Object, Exception, DispatcherOperationCallback, Object) | Derived classes call this method to indicate that a query has finished. (Inherited from DataSourceProvider.) |
|
Refresh | Initiates a refresh operation to the underlying data model. The result is returned on the Data property. (Inherited from DataSourceProvider.) |
|
ShouldSerializeConstructorParameters | Indicates whether the ConstructorParameters property should be persisted. |
|
ShouldSerializeMethodParameters | Indicates whether the MethodParameters property should be persisted. |
|
ShouldSerializeObjectInstance | Indicates whether the ObjectInstance property should be persisted. |
|
ShouldSerializeObjectType | Indicates whether the ObjectType property should be persisted. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ISupportInitialize.BeginInit | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Inherited from DataSourceProvider.) |
|
ISupportInitialize.EndInit | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Inherited from DataSourceProvider.) |