C# Class TechSmith.Hyde.Table.KeyRange

Datei anzeigen Open project: dontjee/hyde

Public Properties

Property Type Description
Lower KeyBound?
Upper KeyBound?

Public Methods

Method Description
IsSingleValue ( ) : bool
SingleValue ( ) : string

Method Details

IsSingleValue() public method

public IsSingleValue ( ) : bool
return bool

SingleValue() public method

public SingleValue ( ) : string
return string

Property Details

Lower public_oe property

public KeyBound? Lower
return KeyBound?

Upper public_oe property

public KeyBound? Upper
return KeyBound?