BindableProperty Members
Include Protected Members
Include Inherited Members
The BindableProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BindableProperty |
Initializes a new instance of BindableProperty.
|
Methods
Name | Description | |
---|---|---|
AddValueChanged |
Enables other objects to be notified when this property changes.
(Overrides PropertyDescriptor.AddValueChanged(Object, EventHandler).) |
|
CanResetValue |
Returns whether resetting an object changes its value.
(Overrides PropertyDescriptor.CanResetValue(Object).) |
|
CreateAttributeCollection | (Inherited from MemberDescriptor.) | |
CreateInstance | (Inherited from PropertyDescriptor.) | |
Dispose | Overloaded. | |
Equals | (Inherited from PropertyDescriptor.) | |
FillAttributes | (Inherited from PropertyDescriptor.) | |
Finalize | (Inherited from Object.) | |
GetChildProperties | Overloaded. | |
GetEditor | (Inherited from PropertyDescriptor.) | |
GetHashCode | (Inherited from PropertyDescriptor.) | |
GetInvocationTarget | (Inherited from PropertyDescriptor.) | |
GetType | (Inherited from Object.) | |
GetTypeFromName | (Inherited from PropertyDescriptor.) | |
GetValue |
Gets the current value of the property on a component.
(Overrides PropertyDescriptor.GetValue(Object).) |
|
GetValueChangedHandler | (Inherited from PropertyDescriptor.) | |
MemberwiseClone | (Inherited from Object.) | |
OnPropertyChanged |
Raises the propertyChanged() event.
|
|
OnValueChanged | (Inherited from PropertyDescriptor.) | |
RemoveValueChanged |
Enables other objects to be notified when this property changes.
(Overrides PropertyDescriptor.RemoveValueChanged(Object, EventHandler).) |
|
ResetValue |
Does nothing.
(Overrides PropertyDescriptor.ResetValue(Object).) |
|
SetValue |
When overridden in a derived class, sets the value of the component to a different value.
(Overrides PropertyDescriptor.SetValue(Object, Object).) |
|
ShouldSerializeValue |
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
(Overrides PropertyDescriptor.ShouldSerializeValue(Object).) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AttributeArray | (Inherited from MemberDescriptor.) | |
Attributes | (Inherited from MemberDescriptor.) | |
BindableValue |
Gets or sets a textual representing the underlying Property's value.
|
|
Category |
Gets the name of the category to which the member belongs.
(Overrides MemberDescriptor.Category.) |
|
ComponentType |
Gets the type of the component this property is bound to.
(Overrides PropertyDescriptor.ComponentType.) |
|
Converter |
Gets a TypeConverter implementation that can be used to interact with the underlying Property.
(Overrides PropertyDescriptor.Converter.) |
|
Description |
Gets the description of the property.
(Overrides MemberDescriptor.Description.) |
|
DesignTimeOnly | (Inherited from MemberDescriptor.) | |
DisplayName |
Gets the name that can be displayed in a window, such as a Properties window.
(Overrides MemberDescriptor.DisplayName.) |
|
IsBindableValueCommitted |
Gets whether the BindableValue was comitted to the underlying Property.
|
|
IsBrowsable | (Inherited from MemberDescriptor.) | |
IsLocalizable | (Inherited from PropertyDescriptor.) | |
IsReadOnly |
Gets whether this property is read-only.
(Overrides PropertyDescriptor.IsReadOnly.) |
|
Name | (Inherited from MemberDescriptor.) | |
NameHashCode | (Inherited from MemberDescriptor.) | |
Property |
Gets the underlying Property.
|
|
PropertyType |
Gets the type of the property.
(Overrides PropertyDescriptor.PropertyType.) |
|
ReadOnly |
Gets whether the underlying Property is read-only.
|
|
SerializationVisibility | (Inherited from PropertyDescriptor.) | |
SupportsChangeEvents |
Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.
(Overrides PropertyDescriptor.SupportsChangeEvents.) |
|
Value |
Gets the underlying Property's value.
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDataErrorInfo.Error | ||
IDataErrorInfo.Item |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace