HeroStats Libraries
HeroConfigDataSet Class

[This is preliminary documentation and subject to change.]

For a list of all members of this type, see HeroConfigDataSet Members.

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataSet
         HeroStats.StatsEngine.HeroConfigDataSet
            HeroStats.StatsEngine.HeroConfiguration

[Visual Basic]
<Serializable, _  ToolboxItem(ToolboxItemType:=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName:="System.Drawing.Design.ToolboxItem, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", TypeId:=System.ComponentModel.ToolboxItemAttribute), _  DebuggerStepThrough(TypeId:=System.Diagnostics.DebuggerStepThroughAttribute), _  DesignerCategory(Category:="code", TypeId:=System.ComponentModel.DesignerCategoryAttributecode), _  DefaultProperty(Name:="DataSetName", TypeId:=System.ComponentModel.DefaultPropertyAttribute), _  Designer(DesignerBaseTypeName:="System.ComponentModel.Design.IDesigner", DesignerTypeName:="Microsoft.VSDesigner.Data.VS.DataSetDesigner, Microsoft.VSDesigner, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", TypeId:=System.ComponentModel.DesignerAttributeSystem.ComponentModel.Design.IDesigner), _  TypeConverter(ConverterTypeName:="System.ComponentModel.ComponentConverter, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", TypeId:=System.ComponentModel.TypeConverterAttribute), _  Designer(DesignerBaseTypeName:="System.ComponentModel.Design.IRootDesigner, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName:="System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", TypeId:=System.ComponentModel.DesignerAttributeSystem.ComponentModel.Design.IRootDesigner)>
Public Class HeroConfigDataSet
    Inherits DataSet
[C#]
[Serializable]
[ToolboxItem(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", TypeId=System.ComponentModel.ToolboxItemAttribute)]
[DebuggerStepThrough(TypeId=System.Diagnostics.DebuggerStepThroughAttribute)]
[DesignerCategory(Category="code", TypeId=System.ComponentModel.DesignerCategoryAttributecode)]
[DefaultProperty(Name="DataSetName", TypeId=System.ComponentModel.DefaultPropertyAttribute)]
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Microsoft.VSDesigner.Data.VS.DataSetDesigner, Microsoft.VSDesigner, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", TypeId=System.ComponentModel.DesignerAttributeSystem.ComponentModel.Design.IDesigner)]
[TypeConverter(ConverterTypeName="System.ComponentModel.ComponentConverter, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", TypeId=System.ComponentModel.TypeConverterAttribute)]
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IRootDesigner, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", TypeId=System.ComponentModel.DesignerAttributeSystem.ComponentModel.Design.IRootDesigner)]
public class HeroConfigDataSet : DataSet

Thread Safety

Public static (Shared in Visual Basic) members of this type are not guaranteed to be safe for multithreaded operations. Instance members are thread-safe.

Requirements

Namespace: HeroStats.StatsEngine

Assembly: StatsEngine (in StatsEngine.dll)

See Also

HeroConfigDataSet Members | HeroStats.StatsEngine Namespace