WizardProperty Members
Include Protected Members
Include Inherited Members
The WizardProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WizardProperty |
Creates a new instance of a WizardProperty.
|
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.) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValidators |
Gets the set of validators for this property.
(Overrides Property.GetValidators().) |
|
GetValue |
Gets the underlying, stored value.
(Inherited from Property.) |
|
Initialize |
Provides an opportunity to initialize the property after creation and prior to visualization.
(Inherited from Property.) |
|
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.
(Inherited from Property.) |
|
Component | (Inherited from Property.) | |
ContainingSection |
Gets the SectionViewModel containing this Property.
(Inherited from Property.) |
|
Converter |
Converter that should be used to convert value to and from a string representation.
(Inherited from Property.) |
|
DeclaringProperty |
Gets the PropertyDescriptor for the property defined on Component.
(Inherited from Property.) |
|
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.
(Inherited from Property.) |
|
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 |
Gets a value indicating if the property is requried.
(Inherited from Property.) |
|
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.) |
|
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.) |
|
SuggestedElement |
Gets the suggested element based on the selected item from SuggestedValues.
|
|
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.) |
|
ValidationResults |
Gets any validation results for this property.
(Inherited from Property.) |
|
Value |
The value of the property.
(Inherited from Property.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
(Inherited from Property.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITypeDescriptorContext.Container | (Inherited from Property.) | |
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
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace