C# Class MyAuctionSite.Commands.Validation.DataAnnotationsCommandValidator

Inheritance: IValidateCommands
ファイルを表示 Open project: andreasohlund/Blog

Public Methods

Method Description
IsValid ( ICommand command ) : bool
Validate ( ICommand command ) : void

Method Details

IsValid() public method

public IsValid ( ICommand command ) : bool
command ICommand
return bool

Validate() public method

public Validate ( ICommand command ) : void
command ICommand
return void