HeroStats Libraries
HeroConfigDataSet.ConfigurationsDataTable Class

[This is preliminary documentation and subject to change.]

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

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataTable
         HeroStats.StatsEngine.HeroConfigDataSet.ConfigurationsDataTable

[Visual Basic]
<DebuggerStepThrough(TypeId:=System.Diagnostics.DebuggerStepThroughAttribute), _  DefaultMember(MemberName:="Item", TypeId:=System.Reflection.DefaultMemberAttribute), _  DesignTimeVisible(Visible:=False, TypeId:=System.ComponentModel.DesignTimeVisibleAttribute), _  DefaultProperty(Name:="TableName", TypeId:=System.ComponentModel.DefaultPropertyAttribute), _  Editor(EditorBaseTypeName:="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName:="Microsoft.VSDesigner.Data.Design.DataTableEditor, Microsoft.VSDesigner, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", TypeId:=System.ComponentModel.EditorAttributeSystem.Drawing.Design.UITypeEditor), _  DefaultEvent(Name:="RowChanging", TypeId:=System.ComponentModel.DefaultEventAttribute), _  ToolboxItem(ToolboxItemType:=null, TypeId:=System.ComponentModel.ToolboxItemAttribute), _  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), _  DesignerCategory(Category:="Component", TypeId:=System.ComponentModel.DesignerCategoryAttributeComponent)>
Public Class HeroConfigDataSet.ConfigurationsDataTable
    Inherits DataTable
    Implements IEnumerable
[C#]
[DebuggerStepThrough(TypeId=System.Diagnostics.DebuggerStepThroughAttribute)]
[DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)]
[DesignTimeVisible(Visible=False, TypeId=System.ComponentModel.DesignTimeVisibleAttribute)]
[DefaultProperty(Name="TableName", TypeId=System.ComponentModel.DefaultPropertyAttribute)]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Microsoft.VSDesigner.Data.Design.DataTableEditor, Microsoft.VSDesigner, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", TypeId=System.ComponentModel.EditorAttributeSystem.Drawing.Design.UITypeEditor)]
[DefaultEvent(Name="RowChanging", TypeId=System.ComponentModel.DefaultEventAttribute)]
[ToolboxItem(ToolboxItemType=null, TypeId=System.ComponentModel.ToolboxItemAttribute)]
[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)]
[DesignerCategory(Category="Component", TypeId=System.ComponentModel.DesignerCategoryAttributeComponent)]
public class HeroConfigDataSet.ConfigurationsDataTable : DataTable, IEnumerable

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.ConfigurationsDataTable Members | HeroStats.StatsEngine Namespace