The following tables list the members exposed by MeasurementSet.
Public Constructors
| Name | Description | |
|---|---|---|
|
MeasurementSet |
Public Fields
| Name | Description | |
|---|---|---|
|
Measurement |
Public Properties
| Name | Description | |
|---|---|---|
|
CaseSensitive | Gets or sets a value indicating whether string comparisons within |
|
Container | Gets the container for the component. (inherited from MarshalByValueComponent) |
|
DataSetName | Gets or sets the name of the current |
|
DefaultViewManager | Gets a custom view of the data contained in the |
|
DesignMode | Gets a value indicating whether the component is currently in design mode. (inherited from MarshalByValueComponent) |
|
EnforceConstraints | Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. (inherited from DataSet) |
|
ExtendedProperties | Gets the collection of customized user information associated with the DataSet. (inherited from DataSet) |
|
HasErrors | Gets a value indicating whether there are errors in any of the |
|
IsInitialized | Gets a value that indicates whether the |
|
Locale | Gets or sets the locale information used to compare strings within the table. (inherited from DataSet) |
|
Namespace | Gets or sets the namespace of the |
|
Prefix | Gets or sets an XML prefix that aliases the namespace of the |
|
Relations | Get the collection of relations that link tables and allow navigation from parent tables to child tables. (inherited from DataSet) |
|
RemotingFormat | Gets or sets a |
|
SchemaSerializationMode | Gets or sets a |
|
Site | Gets or sets an |
|
Tables | Gets the collection of tables contained in the |
Protected Properties
| Name | Description | |
|---|---|---|
|
Events | Gets the list of event handlers that are attached to this component. (inherited from MarshalByValueComponent) |
Public Methods
| Name | Description | |
|---|---|---|
|
AcceptChanges | Commits all the changes made to this |
|
BeginInit | Begins the initialization of a |
|
Clear | Clears the |
|
Clone | Copies the structure of the |
|
Copy | Copies both the structure and data for this |
|
CreateDataReader | Overloaded. Returns a |
|
Dispose | Overloaded. Releases the resources used by the |
|
EndInit | Ends the initialization of a |
|
Equals | Determines whether the specified |
|
GetChanges | Overloaded. Gets a copy of the |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetObjectData | Populates a serialization information object with the data needed to serialize the |
|
GetService | Gets the implementer of the |
|
GetType | Gets the |
|
GetXml | Returns the XML representation of the data stored in the |
|
GetXmlSchema | Returns the XML Schema for the XML representation of the data stored in the |
|
HasChanges | Overloaded. Gets a value indicating whether the |
|
InferXmlSchema | Overloaded. Applies XML schema to the |
|
Load | Overloaded. Fills a |
|
Merge | Overloaded. Merges a specified |
|
ReadXml | Overloaded. Reads XML schema and data into the |
|
ReadXmlSchema | Overloaded. Reads an XML schema into the |
|
RejectChanges | Rolls back all the changes made to the |
|
Reset | Resets the |
|
ToString | Returns a |
|
WriteXml | Overloaded. Writes XML data, and optionally the schema, from the |
|
WriteXmlSchema | Overloaded. Writes the |
Protected Methods
| Name | Description | |
|---|---|---|
|
DetermineSchemaSerializationMode | Overloaded. Determines the |
|
Dispose | Overloaded. Releases the resources used by the |
|
Finalize | (inherited from MarshalByValueComponent) |
|
GetSchemaSerializable | (inherited from DataSet) |
|
GetSerializationData | (inherited from DataSet) |
|
InitializeDerivedDataSet | (inherited from DataSet) |
|
IsBinarySerialized | (inherited from DataSet) |
|
MemberwiseClone | Creates a shallow copy of the current |
|
OnPropertyChanging | Raises the |
|
OnRemoveRelation | Occurs when a |
|
OnRemoveTable | Occurs when a |
|
RaisePropertyChanging | Sends a notification that the specified |
|
ReadXmlSerializable | (inherited from DataSet) |
|
ShouldSerializeRelations | Gets a value indicating whether |
|
ShouldSerializeTables | Gets a value indicating whether |
Public Events
| Name | Description | |
|---|---|---|
|
Disposed | Adds an event handler to listen to the |
|
Initialized | Occurs after the |
|
MergeFailed | Occurs when a target and source |