C# Class MvvmValidation.Internal.UndefinedValidationTarget

Inheritance: IValidationTarget
Datei anzeigen Open project: pglazkov/MvvmValidation

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsMatch ( object target ) : bool
UnwrapTargets ( ) : IEnumerable

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsMatch() public method

public IsMatch ( object target ) : bool
target object
return bool

UnwrapTargets() public method

public UnwrapTargets ( ) : IEnumerable
return IEnumerable