C# Class ATMLModelLibrary.model.RangingInformation

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

Public Properties

Property Type Description
PATTERN string

Public Methods

Method Description
Clone ( ) : object
IsRange ( string value ) : bool
RangingInformation ( ) : System
RangingInformation ( string value, double magnitude ) : System
RangingInformation ( string value, string &remainder, double magnitude ) : System
ToString ( ) : string
Validate ( ) : void

Protected Methods

Method Description
OnValueChanged ( ) : void

Private Methods

Method Description
CalculateRange ( double magnitude, string nextWord, int size ) : string
CreateRange ( string value, string &remainder, double magnitude ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

IsRange() public static method

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

OnValueChanged() protected method

protected OnValueChanged ( ) : void
return void

RangingInformation() public method

public RangingInformation ( ) : System
return System

RangingInformation() public method

public RangingInformation ( string value, double magnitude ) : System
value string
magnitude double
return System

RangingInformation() public method

public RangingInformation ( string value, string &remainder, double magnitude ) : System
value string
remainder string
magnitude double
return System

ToString() public method

public ToString ( ) : string
return string

Validate() public method

public Validate ( ) : void
return void

Property Details

PATTERN public static property

public static string PATTERN
return string