ElementReferenceProperty Members
Include Protected Members
Include Inherited Members
The ElementReferenceProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ElementReferenceProperty | Overloaded. |
Methods
Name | Description | |
---|---|---|
ConvertFromBindableValue |
Converts a value from a BindableProperty value to a value that can be stored internally.
(Inherited from Property.) |
|
ConvertFromBindableValueInvariant |
Converts a value with no CultureInfo considerations, from a BindableProperty value to a value that can be stored internally.
(Inherited from Property.) |
|
ConvertToBindableValue |
Converts a value from an internal value to one that can be displayed in the user-interface.
(Inherited from Property.) |
|
CreateBindableProperty | Overloaded. | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildProperties |
Retrieves child properties for this Property.
(Inherited from Property.) |
|
GetDefaultPropertyValidators |
Gets the set of default property validators this Property.
(Inherited from Property.) |
|
GetEmptyValue |
Gets the value to use when the referred to object is no longer available.
|
|
GetHashCode | (Inherited from Object.) | |
GetSuggestedElements |
Returns the suggested elements for this reference.
|
|
GetType | (Inherited from Object.) | |
GetValidators |
Gets the set of validators for this property.
(Inherited from Property.) |
|
GetValue |
Gets the underlying, stored value.
(Inherited from Property.) |
|
GetValueFromElement |
Returns the BindableValue for an element that is displayed in a suggested value list.
|
|
Initialize |
Provides an opportunity to initialize the property after creation and prior to visualization.
(Overrides Property.Initialize(InitializeContext).) |
|
MemberwiseClone | (Inherited from Object.) | |
OnPropertyChanged |
Invoked when a property changes.
(Inherited from Property.) |
|
PropertyDependencyInitialization |
Property dependencies not provided through the constructor and satisfied via dependency-injection.
(Inherited from Property.) |
|
ResetValidationResults |
Resets the validation results with the provided enumerable of ValidationResult.
(Inherited from Property.) |
|
SetValue |
Sets the underlying, stored value.
(Inherited from Property.) |
|
ToString | (Inherited from Object.) | |
Validate | Overloaded. |
Properties
Name | Description | |
---|---|---|
Attributes |
Gets the attributes that were supplied to this Property instance.
(Inherited from Property.) |
|
Bindable |
When overridden, gets an object that is bound to the view.
(Inherited from ViewModel.) |
|
BindableProperty |
Gets a BindableProperty used as the bound value in the user-interface.
(Inherited from Property.) |
|
Category |
Gets a category for the Property.
(Inherited from Property.) |
|
ChildProperties |
Gets the child properties for this Property.
(Overrides Property.ChildProperties.) |
|
Component | (Inherited from Property.) | |
ConfigurationName |
The name of the configuration element or attribute.
(Inherited from ElementProperty.) |
|
ConfigurationSectionName |
The name of the configuration section that contains the property.
(Inherited from ElementProperty.) |
|
ContainingElementXPath |
The XPath to the XML element that declares the attribute for this configuration property.
(Inherited from ElementProperty.) |
|
ContainingScopeElement |
Gets the element that provides the scope for searching for referenced elements.
|
|
ContainingSection |
Gets the SectionViewModel containing this Property.
(Inherited from Property.) |
|
ContainingSectionXPath |
The XPath to the XML element that declares the containing configuration section.
(Inherited from ElementProperty.) |
|
Converter |
Converter that should be used to convert value to and from a string representation.
(Overrides Property.Converter.) |
|
DeclaringElement |
The element that contains the property.
(Inherited from ElementProperty.) |
|
DeclaringProperty |
Gets the PropertyDescriptor for the property defined on Component.
(Inherited from Property.) |
|
DeltaConfigurationStorageConverter |
The TypeConverter that converts the internal overridden value to a string that can be stored in the delta configuration file.
(Inherited from ElementProperty.) |
|
Description |
Gets a description for this property.
(Inherited from Property.) |
|
DisplayName |
The name of this property as it should appear in the UI.
(Inherited from Property.) |
|
HasChildProperties |
Gets a value indiciating that this Property has child properties.
(Overrides Property.HasChildProperties.) |
|
HasSuggestedValues |
Returns a value indicating that this property has suggested values.
(Overrides Property.HasSuggestedValues.) |
|
Hidden |
Returns truetrue (True in Visual Basic) if the property should show up in the editor. Otherwise returns falsefalse (False in Visual Basic).
(Inherited from Property.) |
|
IsRequired |
Returns truetrue (True in Visual Basic) if the property is required.
(Inherited from ElementProperty.) |
|
IsValid |
Gets a value indicating if the property is valid.
(Inherited from Property.) |
|
PropertiesShown |
Gets or sets a value indicating that child properties should be shown.
(Inherited from Property.) |
|
PropertyAttributeName |
The name of the attribute which is used to serialize this configuration property in XML.
(Inherited from ElementProperty.) |
|
PropertyName |
The name of the property.
(Inherited from Property.) |
|
PropertyType |
Gets the Type of the property.
(Inherited from Property.) |
|
ReadOnly |
Gets a value indicating if the property is read-only.
(Inherited from Property.) |
|
ReferencedElement |
The ElementViewModel referenced. This will return null if the reference has not yet been realized, such as the case if the property has been loaded but the reference has not yet been loaded,
|
|
SuggestedValues |
Get a list of suggested values.
(Overrides Property.SuggestedValues.) |
|
SuggestedValuesEditable |
Gets a value indicating if the values must be from the SuggestedValues set or if other values an be provided.
(Inherited from Property.) |
|
SupportsOverride |
Gets a value indicating that this property supports the ability to be over-ridden.
(Inherited from ElementProperty.) |
|
ValidationResults |
Gets any validation results for this property.
(Inherited from Property.) |
|
Value |
The value of the property.
(Overrides Property.Value.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
(Inherited from Property.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITypeDescriptorContext.Container | (Inherited from Property.) | |
ILogicalPropertyContainerElement.ContainingElement | (Inherited from ElementProperty.) | |
ILogicalPropertyContainerElement.ContainingElementDisplayName | (Inherited from ElementProperty.) | |
IServiceProvider.GetService | (Inherited from Property.) | |
ITypeDescriptorContext.Instance | (Inherited from Property.) | |
ITypeDescriptorContext.OnComponentChanged | (Inherited from Property.) | |
ITypeDescriptorContext.OnComponentChanging | (Inherited from Property.) | |
ITypeDescriptorContext.PropertyDescriptor | (Inherited from Property.) |
See Also
ElementReferenceProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace