This class is a almost one to one version of System.Configuration.Configuration. Using this implementation instead
of System.Configuration.Configuration, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.Configuration.Configuration for more documentation on the methods of this class.
See IC1Configuration.
Namespace: Composite.Core.ConfigurationAssembly: Composite (in Composite.dll) Version: 6.1.6325.31818
Syntax
C# |
---|
public class C1Configuration : ImplementationContainer<C1ConfigurationImplementation> |
Visual Basic |
---|
Public Class C1Configuration _ Inherits ImplementationContainer(Of C1ConfigurationImplementation) |
Visual C++ |
---|
public ref class C1Configuration : public ImplementationContainer<C1ConfigurationImplementation^> |
Inheritance Hierarchy
System..::..Object
ImplementationContainer<(Of <(<'C1ConfigurationImplementation>)>)>
Composite.Core.Configuration..::..C1Configuration
ImplementationContainer<(Of <(<'C1ConfigurationImplementation>)>)>
Composite.Core.Configuration..::..C1Configuration