HeroStats Libraries
GlobalConfiguration Class

[This is preliminary documentation and subject to change.]

Encapsulates the configuration options pertinent to the system as a whole. Derives from DataSet, and exposes the aggregated DataTable objects.

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

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataSet
         HeroStats.StatsEngine.GlobalConfigDataSet
            HeroStats.StatsEngine.GlobalConfiguration

[Visual Basic]
<DesignerCategory(Category:="code", TypeId:=System.ComponentModel.DesignerCategoryAttributecode), _  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), _  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 GlobalConfiguration
    Inherits GlobalConfigDataSet
[C#]
[DesignerCategory(Category="code", TypeId=System.ComponentModel.DesignerCategoryAttributecode)]
[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)]
[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 GlobalConfiguration : GlobalConfigDataSet

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

GlobalConfiguration Members | HeroStats.StatsEngine Namespace