XmlDataProvider Methods
.NET Framework 4.5
The XmlDataProvider 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 | Prepares the loading of either the inline XML or the external XML file to produce a collection of XML nodes. (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 element has completed; this causes a Refresh if no other DeferRefresh is outstanding. (Overrides DataSourceProvider.EndInit().) |
|
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.) |
|
ShouldSerializeSource | Indicates whether the Source property should be persisted. |
|
ShouldSerializeXmlSerializer | Indicates whether the XmlSerializer property should be persisted. |
|
ShouldSerializeXPath | Indicates whether the XPath 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.) |