The Configuration type exposes the following members.

Constructors

  NameDescription
Protected methodConfiguration
Initializes a new instance of the Configuration class.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from ConfigurationBase.)
Public methodEnsureInitialize
This method is here purely to make sure that we don't make a double call to the Initialize method while initializing configuration.
(Inherited from ConfigurationBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue<(Of <<'(T>)>>)(String) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, Action) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, T) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, Action, Func<(Of <<'(T, Boolean>)>>)) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, String, Action) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, String, T) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, T, Func<(Of <<'(T, Boolean>)>>)) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, String, Action, Func<(Of <<'(T, Boolean>)>>)) (Inherited from ConfigurationBase.)
Protected methodGetValue<(Of <<'(T>)>>)(String, String, T, Func<(Of <<'(T, Boolean>)>>)) (Inherited from ConfigurationBase.)
Public methodInitialize (Overrides ConfigurationBase..::..Initialize()()()().)
Public methodLoadDefaults (Overrides ConfigurationBase..::..LoadDefaults()()()().)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetDefaults (Overrides ConfigurationBase..::..ResetDefaults()()()().)
Protected methodSetValue<(Of <<'(T>)>>)(String, T) (Inherited from ConfigurationBase.)
Protected methodSetValue<(Of <<'(T>)>>)(String, String, T) (Inherited from ConfigurationBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpgrade (Overrides ConfigurationBase..::..Upgrade()()()().)
Protected methodUpgradeFile<(Of <<'(T>)>>)
Attempts to update configuration from a configuration file. The version of CodeSmith must be older than CodeSmith 5.1.
(Inherited from ConfigurationBase.)

Properties

  NameDescription
Public propertyConfigurationVersion (Inherited from ConfigurationBase.)
Public propertyDataSourceCollection
Public propertyStatic memberInstance
Gets the current singleton instance of Configuration.
Public propertyLastSelectedDataSource
Protected propertyNamePrefix (Overrides ConfigurationBase..::..NamePrefix.)
Public propertySchemaProviders

See Also