ConfigurationSourceModel Members
Include Protected Members
Include Inherited Members
The ConfigurationSourceModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationSourceModel |
Initializes a new ConfigurationSourceModel.
|
Methods
Name | Description | |
---|---|---|
AddSection |
Adds a ConfigurationSection to the ConfigurationSourceModel.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasSection |
Determines if this ConfigurationSourceModel has a section by a given name.
|
|
IsValidForSave |
Returns a value indicating the ConfigurationSourceModel is valid for saving.
|
|
Load |
Loads a ConfigurationSourceModel from the IDesignConfigurationSource.
|
|
MemberwiseClone | (Inherited from Object.) | |
New |
Clears the existing configuration source and readies it to begin a new configuration.
|
|
RemoveSection |
Removes a section with the given name.
|
|
Save |
Saves the ConfigurationSourceModel to a IDesignConfigurationSource.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Sections |
Gets the collection of SectionViewModel elements contained by this ConfigurationSourceModel.
|
See Also
ConfigurationSourceModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace