C# Class SpecExpress.SpecificationBase

显示文件 Open project: rbell/SpecExpress Class Usage Examples

Public Methods

Method Description
IsDefaultForType ( ) : void
Validate ( object instance, SpecificationContainer specificationContainer, ValidationNotification notification ) : bool

Method Details

IsDefaultForType() public method

public IsDefaultForType ( ) : void
return void

Validate() public method

public Validate ( object instance, SpecificationContainer specificationContainer, ValidationNotification notification ) : bool
instance object
specificationContainer SpecificationContainer
notification ValidationNotification
return bool