Click or drag to resize

JumboConfiguration Class

Provides configuration that may be shared between the Dfs and Jumbo Jet.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public class JumboConfiguration : ConfigurationSection

The JumboConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodJumboConfiguration
Initializes a new instance of the JumboConfiguration class
Top
Properties
Methods
  NameDescription
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Protected methodDeserializeSection (Inherited from ConfigurationSection.)
Public methodEquals (Inherited from ConfigurationElement.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetConfiguration
Loads the Jumbo configuration from the application configuration file.
Public methodGetHashCode (Inherited from ConfigurationElement.)
Protected methodGetRuntimeObject (Inherited from ConfigurationSection.)
Protected methodGetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected methodGetTransformedTypeString (Inherited from ConfigurationElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsModified (Inherited from ConfigurationSection.)
Public methodIsReadOnly (Inherited from ConfigurationElement.)
Protected methodListErrors (Inherited from ConfigurationElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected methodOnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected methodOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected methodPostDeserialize (Inherited from ConfigurationElement.)
Protected methodPreSerialize (Inherited from ConfigurationElement.)
Protected methodReset (Inherited from ConfigurationElement.)
Protected methodResetModified (Inherited from ConfigurationSection.)
Protected methodSerializeElement (Inherited from ConfigurationElement.)
Protected methodSerializeSection (Inherited from ConfigurationSection.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetPropertyValue (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElement.)
Protected methodShouldSerializeElementInTargetVersion (Inherited from ConfigurationSection.)
Protected methodShouldSerializePropertyInTargetVersion (Inherited from ConfigurationSection.)
Protected methodShouldSerializeSectionInTargetVersion (Inherited from ConfigurationSection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElement.)
Top
Remarks

Jumbo's shared configuration is specified in the file common.config.

See Also