2using System.Collections.Generic;
3using System.ComponentModel;
Exposes metastate for a property.
string InformationText
Gets the validation information messages for a property on the Model
void Refresh()
Indicate that all properties have changed to trigger a UI refresh of all values.
string WarningText
Gets the validation warning messages for a property on the Model
bool IsBusy
Gets a value indicating whether the property on the Model is busy
string FriendlyName
Gets the friendly name for the property.
PropertyChangedEventHandler PropertyChanged
Event raised when a property changes.
object Value
Gets or sets the value of the property
bool CanRead
Gets a value indicating whether the current user is authorized to read the property on the Model
bool CanWrite
Gets a value indicating whether the current user is authorized to change the property on the Model
string ErrorText
Gets the validation error messages for a property on the Model
string PropertyName
Gets the property name for the property.