AP&C API Reference
Public Member Functions | Static Public Member Functions | Protected Member Functions | Properties | List of all members
Apac.Data.ValueRange Class Reference

Defines a range of values with an upper and lower boundary. More...

Inheritance diagram for Apac.Data.ValueRange:

Public Member Functions

 ValueRange (decimal lowerBound, decimal upperBound)
 
 ValueRange ()
 Don't really like having this constructor here More...
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 

Static Public Member Functions

static ValueRange FromUshortString (string range)
 
static ushort GetRange (ValueRange range)
 
static bool IsEqual (ValueRange lhs, string rhs)
 

Protected Member Functions

 ValueRange (SerializationInfo info, StreamingContext context)
 

Properties

decimal LowerBound [get, set]
 
decimal UpperBound [get, set]
 

Detailed Description

Defines a range of values with an upper and lower boundary.

Constructor & Destructor Documentation

◆ ValueRange()

Apac.Data.ValueRange.ValueRange ( )
inline

Don't really like having this constructor here


The documentation for this class was generated from the following file: