C# Class Validation.ProductThrow

Class that throws exception when users set Price, Cost, or Weight properties to negative values.
Inheritance: Validation.ProductBase
Show file Open project: GrapeCity/ComponentOne-WPF-Samples

Protected Methods

Method Description
SetValue ( string p, object value ) : void

Method Details

SetValue() protected method

protected SetValue ( string p, object value ) : void
p string
value object
return void