C# Class SweetVids.Core.Validation.PropertyMatch

Mostrar archivo Open project: rauhryan/sweetvids Class Usage Examples

Public Methods

Method Description
Matches ( object target ) : bool
PropertyMatch ( Accessor property, object value ) : FubuCore.Reflection

Method Details

Matches() public method

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

PropertyMatch() public method

public PropertyMatch ( Accessor property, object value ) : FubuCore.Reflection
property Accessor
value object
return FubuCore.Reflection