The following tables list the members exposed by MeasurementSet.

Public Constructors

  Name Description
Public method MeasurementSet  
Top

Public Fields

  Name Description
Public field Measurement  
Top

Public Properties

  Name Description
Public property CaseSensitive Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive. (inherited from DataSet)
Public property Container Gets the container for the component. (inherited from MarshalByValueComponent)
Public property DataSetName Gets or sets the name of the current DataSet. (inherited from DataSet)
Public property DefaultViewManager Gets a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager. (inherited from DataSet)
Public property DesignMode Gets a value indicating whether the component is currently in design mode. (inherited from MarshalByValueComponent)
Public property EnforceConstraints Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. (inherited from DataSet)
Public property ExtendedProperties Gets the collection of customized user information associated with the DataSet. (inherited from DataSet)
Public property HasErrors Gets a value indicating whether there are errors in any of the DataTable objects within this DataSet. (inherited from DataSet)
Public property IsInitialized Gets a value that indicates whether the DataSet is initialized. (inherited from DataSet)
Public property Locale Gets or sets the locale information used to compare strings within the table. (inherited from DataSet)
Public property Namespace Gets or sets the namespace of the DataSet. (inherited from DataSet)
Public property Prefix Gets or sets an XML prefix that aliases the namespace of the DataSet. (inherited from DataSet)
Public property Relations Get the collection of relations that link tables and allow navigation from parent tables to child tables. (inherited from DataSet)
Public property RemotingFormat Gets or sets a SerializationFormat for the DataSet used during remoting. (inherited from DataSet)
Public property SchemaSerializationMode Gets or sets a SchemaSerializationMode for a DataSet. (inherited from DataSet)
Public property Site Gets or sets an ISite for the DataSet. (inherited from DataSet)
Public property Tables Gets the collection of tables contained in the DataSet. (inherited from DataSet)
Top

Protected Properties

  Name Description
Family property Events Gets the list of event handlers that are attached to this component. (inherited from MarshalByValueComponent)
Top

Public Methods

  Name Description
Public method AcceptChanges Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges was called. (inherited from DataSet)
Public method BeginInit Begins the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run-time. (inherited from DataSet)
Public method Clear Clears the DataSet of any data by removing all rows in all tables. (inherited from DataSet)
Public method Clone Copies the structure of the DataSet, including all DataTable schemas, relations, and constraints. Does not copy any data. (inherited from DataSet)
Public method Copy Copies both the structure and data for this DataSet. (inherited from DataSet)
Public method CreateDataReader Overloaded. Returns a DataTableReader with one result set per DataTable, in the same sequence as the tables appear in the Tables collection. (inherited from DataSet)
Public method Dispose Overloaded. Releases the resources used by the MarshalByValueComponent. (inherited from MarshalByValueComponent)
Public method EndInit Ends the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time. (inherited from DataSet)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetChanges Overloaded. Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called. (inherited from DataSet)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetObjectData Populates a serialization information object with the data needed to serialize the DataSet. (inherited from DataSet)
Public method GetService Gets the implementer of the IServiceProvider. (inherited from MarshalByValueComponent)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method GetXml Returns the XML representation of the data stored in the DataSet. (inherited from DataSet)
Public method GetXmlSchema Returns the XML Schema for the XML representation of the data stored in the DataSet. (inherited from DataSet)
Public method HasChanges Overloaded. Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows. (inherited from DataSet)
Public method InferXmlSchema Overloaded. Applies XML schema to the DataSet. (inherited from DataSet)
Public method Load Overloaded. Fills a DataSet with values from a data source using the supplied IDataReader. (inherited from DataSet)
Public method Merge Overloaded. Merges a specified DataSet, DataTable, or array of DataRow objects into the current DataSet or DataTable. (inherited from DataSet)
Public method ReadXml Overloaded. Reads XML schema and data into the DataSet. (inherited from DataSet)
Public method ReadXmlSchema Overloaded. Reads an XML schema into the DataSet. (inherited from DataSet)
Public method RejectChanges Rolls back all the changes made to the DataSet since it was created, or since the last time AcceptChanges was called. (inherited from DataSet)
Public method Reset Resets the DataSet to its original state. Subclasses should override Reset to restore a DataSet to its original state. (inherited from DataSet)
Public method ToString Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from MarshalByValueComponent)
Public method WriteXml Overloaded. Writes XML data, and optionally the schema, from the DataSet. (inherited from DataSet)
Public method WriteXmlSchema Overloaded. Writes the DataSet structure as an XML schema. (inherited from DataSet)
Top

Protected Methods

  Name Description
Family method DetermineSchemaSerializationMode Overloaded. Determines the SchemaSerializationMode for a DataSet. (inherited from DataSet)
Family method Dispose Overloaded. Releases the resources used by the MarshalByValueComponent. (inherited from MarshalByValueComponent)
Family method Finalize   (inherited from MarshalByValueComponent)
Family method GetSchemaSerializable   (inherited from DataSet)
Family method GetSerializationData   (inherited from DataSet)
Family method InitializeDerivedDataSet   (inherited from DataSet)
Family method IsBinarySerialized   (inherited from DataSet)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method OnPropertyChanging Raises the OnPropertyChanging event. (inherited from DataSet)
Family method OnRemoveRelation Occurs when a DataRelation object is removed from a DataTable. (inherited from DataSet)
Family method OnRemoveTable Occurs when a DataTable is removed from a DataSet. (inherited from DataSet)
Family method RaisePropertyChanging Sends a notification that the specified DataSet property is about to change. (inherited from DataSet)
Family method ReadXmlSerializable   (inherited from DataSet)
Family method ShouldSerializeRelations Gets a value indicating whether Relations property should be persisted. (inherited from DataSet)
Family method ShouldSerializeTables Gets a value indicating whether Tables property should be persisted. (inherited from DataSet)
Top

Public Events

  Name Description
Public event Disposed Adds an event handler to listen to the Disposed event on the component. (inherited from MarshalByValueComponent)
Public event Initialized Occurs after the DataSet is initialized. (inherited from DataSet)
Public event MergeFailed Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true. (inherited from DataSet)
Top

See Also