ElementProperty Class
A property model from a property discovered on a ConfigurationElement.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class ElementProperty _
Inherits Property _
Implements ILogicalPropertyContainerElement, IEnvironmentalOverridesProperty
public class ElementProperty : Property,
ILogicalPropertyContainerElement, IEnvironmentalOverridesProperty
public ref class ElementProperty : public Property,
ILogicalPropertyContainerElement, IEnvironmentalOverridesProperty
public class ElementProperty extends Property implements ILogicalPropertyContainerElement, IEnvironmentalOverridesProperty
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.ConnectionStringPropertyViewModel
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.Logging.EmailTraceListenerPasswordProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.Logging.SourceLevelsProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.RangeValidatorCultureProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CollectionEditorContainedElementProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ConfigurationProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementReferenceProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.TypeNameProperty
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace