public class ServerAliasValidationRule : ValidationRule
Public Class ServerAliasValidationRule
Inherits ValidationRule
public ref class ServerAliasValidationRule : public ValidationRule
type ServerAliasValidationRule =
class
inherit ValidationRule
end
ServerAliasValidationRule | Инициализирует новый экземпляр класса ServerAliasValidationRule |
ValidatesOnTargetUpdated | Gets or sets a value that indicates whether the validation rule runs when the target of the Binding is updated. (Унаследован от ValidationRule) |
ValidationStep | Gets or sets when the validation rule runs. (Унаследован от ValidationRule) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Validate(Object, CultureInfo) | When overridden in a derived class, performs validation checks on a value. (Переопределяет ValidationRuleValidate(Object, CultureInfo)) |
Validate(Object, CultureInfo, BindingExpressionBase) | Performs validation checks on a value. (Унаследован от ValidationRule) |
Validate(Object, CultureInfo, BindingGroup) | Performs validation checks on a value. (Унаследован от ValidationRule) |