HeroStats Libraries
HeroConfigDataSet Members

HeroConfigDataSet overview

Public Static (Shared) Methods

Equals (inherited from Object) Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object) Determines whether the specified Object instances are the same instance.

Public Instance Constructors

HeroConfigDataSet Constructor Initializes a new instance of the HeroConfigDataSet class.

Public Instance Properties

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

Public Instance Methods

AcceptChanges (inherited from DataSet) Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges was called.
BeginInit (inherited from DataSet) 
Clear (inherited from DataSet) Clears the DataSet of any data by removing all rows in all tables.
Clone 
Copy (inherited from DataSet) Copies both the structure and data for this DataSet.
Dispose (inherited from MarshalByValueComponent) Releases all resources used by the MarshalByValueComponent .
EndInit (inherited from DataSet) 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetChanges (inherited from DataSet)Overloaded. Gets a copy of the DataSet that contains all changes made to it since it was loaded or AcceptChanges was last called.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetService (inherited from MarshalByValueComponent) Gets the implementer of the IServiceProvider.
GetType (inherited from Object) Gets the Type of the current instance.
GetXml (inherited from DataSet) Returns the XML representation of the data stored in the DataSet.
GetXmlSchema (inherited from DataSet) Returns the XSD schema for the XML representation of the data stored in the DataSet.
HasChanges (inherited from DataSet)Overloaded. Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
InferXmlSchema (inherited from DataSet)Overloaded. Applies the XML schema from the specified XmlReader to the DataSet
Merge (inherited from DataSet)Overloaded. Merges a specified DataSet and its schema into the current DataSet.
ReadXml (inherited from DataSet)Overloaded. Reads XML schema and data into the DataSet using the specified XmlReader.
ReadXmlSchema (inherited from DataSet)Overloaded. Reads the XML schema from the specified XmlReader into the DataSet .
RejectChanges (inherited from DataSet) Rolls back all the changes made to the DataSet since it was created, or since the last time AcceptChanges was called.
Reset (inherited from DataSet) Resets the DataSet to its original state. Subclasses should override Resetto restore a DataSet to its original state.
ToString (inherited from MarshalByValueComponent) 
WriteXml (inherited from DataSet)Overloaded. Writes the current data for the DataSet using the specified Stream .
WriteXmlSchema (inherited from DataSet)Overloaded. Writes the DataSet structure as an XML schema to using the specified Stream object.

Public Instance Events

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

See Also

HeroConfigDataSet Class | HeroStats.StatsEngine Namespace