C# Class ATMLModelLibrary.model.ErrorLimit

Inheritance: ICloneable
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
ErrorLimit ( ) : System
ErrorLimit ( string value, string &remainder ) : System
IsErrorLimit ( string value ) : bool
LeastRestrictiveLimit ( ErrorLimit e1, ErrorLimit e2 ) : ErrorLimit
ToString ( ) : string
Validate ( ) : void

Protected Methods

Method Description
OnValueChanged ( ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

ErrorLimit() public method

public ErrorLimit ( ) : System
return System

ErrorLimit() public method

public ErrorLimit ( string value, string &remainder ) : System
value string
remainder string
return System

IsErrorLimit() public static method

public static IsErrorLimit ( string value ) : bool
value string
return bool

LeastRestrictiveLimit() public static method

public static LeastRestrictiveLimit ( ErrorLimit e1, ErrorLimit e2 ) : ErrorLimit
e1 ErrorLimit
e2 ErrorLimit
return ErrorLimit

OnValueChanged() protected method

protected OnValueChanged ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Validate() public method

public Validate ( ) : void
return void