PropertyValue Class

Definition

public ref class PropertyValue abstract : System::ComponentModel::INotifyPropertyChanged
public abstract class PropertyValue : System.ComponentModel.INotifyPropertyChanged
type PropertyValue = class
    interface INotifyPropertyChanged
Public MustInherit Class PropertyValue
Implements INotifyPropertyChanged
Inheritance
PropertyValue
Implements

Constructors

PropertyValue(PropertyEntry)

Properties

CanConvertFromString
CatchExceptions
Collection
HasSubProperties
IsCollection
IsCollectionReadOnly
IsDefaultValue
IsMixedValue
ParentProperty
Source
StringValue
SubProperties
SupportsSubProperties
Value

Methods

ClearValue()
ConvertStringToValue(String)
ConvertValueToString(Object)
GetValueCore()
NotifyRootValueChanged()
NotifySubPropertyChanged()
OnPropertyChanged(PropertyChangedEventArgs)
OnPropertyChanged(String)
OnPropertyValueException(PropertyValueExceptionEventArgs)
SetValueCore(Object)
ValidateValue(Object)

Events

PropertyChanged
PropertyValueException
RootValueChanged
SubPropertyChanged

Applies to