C# Class SweetVids.Core.Validation.MustBeTrue

Inheritance: ValidationAttribute
ファイルを表示 Open project: rauhryan/sweetvids

Public Methods

Method Description
MustBeTrue ( ) : System
MustBeTrue ( string message ) : System

Protected Methods

Method Description
validate ( object target, object value, INotification notification ) : void

Method Details

MustBeTrue() public method

public MustBeTrue ( ) : System
return System

MustBeTrue() public method

public MustBeTrue ( string message ) : System
message string
return System

validate() protected method

protected validate ( object target, object value, INotification notification ) : void
target object
value object
notification INotification
return void