Property | Type | Description | |
---|---|---|---|
AutomaticallyRegisterToInfoBarMessageControlProperty | |||
SourceProperty |
Method | Description | |
---|---|---|
WarningAndErrorValidator ( ) : System |
Initializes a new instance of the WarningAndErrorValidator class.
|
Method | Description | |
---|---|---|
AddObjectToWatchList ( object value, IEnumerable parentEnumerable = null ) : void |
Adds the object to the watch list.
|
|
AddObjectsToWatchList ( IEnumerable values, IEnumerable parentEnumerable ) : void |
Adds an IEnumerable of objects to the watch list.
|
|
CheckFieldWarningsOrErrors ( object value, string propertyChanged, ValidationType validationType ) : string>.Dictionary |
Checks the field warnings or errors.
|
|
CheckObjectValidation ( object value, string propertyChanged, IEnumerable parentEnumerable ) : void |
Checks a entity that either implements the IDataWarningInfo or IDataErrorInfo on warnings and errors. Internally calls the generic method with the same name. |
|
CheckObjectValidationForFields ( object value, string propertyChanged, ObservableCollection |
Checks the object validation for fields warnings or errors.
|
|
CleanUp ( ) : void |
Cleans up.
|
|
GetWarningOrError ( object value, ValidationType type ) : string |
Gets the warning or error message for the object.
|
|
Initialize ( ) : void |
Initializes this instance. Loads all the errors and warnings that were added when the control was not yet loaded.
|
|
OnLoaded ( object sender, global::Windows.UI.Xaml.RoutedEventArgs e ) : void |
Called when the control is loaded.
|
|
OnUnloaded ( object sender, global::Windows.UI.Xaml.RoutedEventArgs e ) : void |
Called when the control is unloaded.
|
|
RaiseBusinessValidationWarningOrError ( object value, string message, ValidationEventAction action, ValidationType type ) : void |
Raises an validation warning or error event.
|
|
RaiseEventsForAllErrorsAndWarnings ( ) : void |
Raises the events for all errors and warnings.
|
|
RaiseEventsForDifferences ( object value, |
Raises the events for differences.
|
|
RaiseEventsForDifferencesInBusiness ( object value, ICollection |
Raises the events for differences in business.
|
|
RaiseEventsForDifferencesInFields ( object value, ICollection |
Raises the events for differences in fields.
|
|
RemoveObjectFromWatchList ( object value ) : void |
Removes the object from watch list.
|
|
RemoveObjectsFromWatchList ( IEnumerable values ) : void |
Removes an IEnumerable of objects from the watch list.
|
|
UpdateSource ( object oldValue, object newValue ) : void |
Updates the source.
|
|
iNotifyCollectionChanged_CollectionChanged ( object sender, |
Handling change of collection updating connections and error messages.
|
|
iNotifyPropertyChanged_PropertyChanged ( object sender, |
Handling changes of properties within entity.
|
public static DependencyProperty,System.Windows AutomaticallyRegisterToInfoBarMessageControlProperty | ||
return |