C# Class MvvmValidation.Internal.PropertyCollectionValidationTarget

Inheritance: IValidationTarget
Datei anzeigen Open project: pglazkov/MvvmValidation Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsMatch ( object target ) : bool
PropertyCollectionValidationTarget ( IEnumerable properties ) : System.Collections.Generic
UnwrapTargets ( ) : IEnumerable

Method Details

IsMatch() public method

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

PropertyCollectionValidationTarget() public method

public PropertyCollectionValidationTarget ( IEnumerable properties ) : System.Collections.Generic
properties IEnumerable
return System.Collections.Generic

UnwrapTargets() public method

public UnwrapTargets ( ) : IEnumerable
return IEnumerable