IDataComponent Members
In This Article
#Properties
Name | Description |
---|---|
Data |
Gets the name of a data member associated with the current data component. |
Name | Specifies the name of the current data component. |
Site | Gets or sets the ISite associated with the IComponent. Inherited from IComponent. |
#Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Fill |
Retrieves the data from a data source. |
Load |
Loads the data source schema definition from XML. |
Save |
Saves the XML definition of the data source schema. |
#Events
Name | Description |
---|---|
Disposed | Represents the method that handles the Disposed event of a component. Inherited from IComponent. |
See Also