IPropertyValidator Interface

For internal use only.

Implements helper methods to validate property values and set\clear errors.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Interface IPropertyValidator _
    Inherits IDataErrorInfo
public interface IPropertyValidator : IDataErrorInfo
public interface class IPropertyValidator : IDataErrorInfo
type IPropertyValidator =  
    interface 
        interface IDataErrorInfo 
    end
public interface IPropertyValidator extends IDataErrorInfo

The IPropertyValidator type exposes the following members.

Properties

  Name Description
Public property Error Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.)
Public property InvalidProperties
Public property Item Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.)

Top

Methods

  Name Description
Public method ClearPropertyError
Public method SetPropertyError

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace