The ConfigurationBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationBase | Initializes a new instance of the ConfigurationBase class |
Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
EnsureInitialize |
This method is here purely to make sure that we don't make a double call to the Initialize method while initializing configuration.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue<(Of <<'(T>)>>)(String) | ||
GetValue<(Of <<'(T>)>>)(String, Action) | ||
GetValue<(Of <<'(T>)>>)(String, T) | ||
GetValue<(Of <<'(T>)>>)(String, Action, Func<(Of <<'(T, Boolean>)>>)) | ||
GetValue<(Of <<'(T>)>>)(String, String, Action) | ||
GetValue<(Of <<'(T>)>>)(String, String, T) | ||
GetValue<(Of <<'(T>)>>)(String, T, Func<(Of <<'(T, Boolean>)>>)) | ||
GetValue<(Of <<'(T>)>>)(String, String, Action, Func<(Of <<'(T, Boolean>)>>)) | ||
GetValue<(Of <<'(T>)>>)(String, String, T, Func<(Of <<'(T, Boolean>)>>)) | ||
Initialize | ||
LoadDefaults | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResetDefaults | ||
SetValue<(Of <<'(T>)>>)(String, T) | ||
SetValue<(Of <<'(T>)>>)(String, String, T) | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Upgrade | ||
UpgradeFile<(Of <<'(T>)>>) |
Attempts to update configuration from a configuration file. The version of CodeSmith must be older than CodeSmith 5.1.
|
Properties
Name | Description | |
---|---|---|
ConfigurationVersion | ||
NamePrefix |