BindingNotification Methods
Methods
AddError(Exception, BindingErrorType) | Adds an error to the BindingNotification. |
ClearValue() | Removes the Value and makes HasValue return null. |
Equals(BindingNotification) | Compares a value to an instance of BindingNotification for equality. |
Equals(Object) | Compares an object to an instance of BindingNotification for equality. (Overrides Object.Equals(Object)) |
ExtractError(Object) | Gets an exception from an object that may be a BindingNotification. |
ExtractValue(Object) | Gets a value from an object that may be a BindingNotification. |
Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode() | Gets the hash code for this instance of BindingNotification. (Overrides Object.GetHashCode()) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object) |
SetValue(Object) | Sets the Value. |
ToString() | Returns a string that represents the current object. (Overrides Object.ToString()) |
UpdateValue(Object, Object) | Updates the value of an object that may be a BindingNotification. |