ValidatableMemberTValue, TChangeType Methods |
The ValidatableMemberTValue, TChangeType generic type exposes the following members.
Name | Description | |
---|---|---|
BindToElementChanged |
Binds to INotifyElementChanged.ElementChanged on the value set in memberValue, if supported.
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
BindToElementRemoved |
Binds to the ElementRemoved event
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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 | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAfterMemberValueSet |
Called after the membervalue has been set to a new value.
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
OnBeforeMemberValueSet |
Called before the membervalue is about to be set to the value specified.
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
OnMemberSetToSameValue |
Called when the member is set to the same value it already has
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
ResetErrorForMember |
Resets the error for member.
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
SetInitialValue |
Sets the initial value of this commandified member. It does this by bypassing the actual member set function.
Use this method to avoid events being raised while setting the value and also when you want to avoid using commands to set the value, as the
memberValue is set without using commands. No validation occurs as well, so only use this if you want to set the initial value after the ctor
has already been called.
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
ToString | (Inherited from CommandifiedMemberTValue, TChangeType.) | |
UnbindFromElementChanged |
Unbinds from the ElementChanged event
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
UnbindFromElementRemoved |
Unbinds from the ElementRemoved event
(Inherited from CommandifiedMemberTValue, TChangeType.) | |
ValidateMemberValue |
Validates the member value.
(Overrides CommandifiedMemberTValue, TChangeTypeValidateMemberValue(TValue, Boolean, Boolean, TValue).) |