C# Class PsHandler.Hud.ColorByValue

Exibir arquivo Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
Color Color
GreaterOrEqual decimal
Less decimal

Public Methods

Method Description
Clone ( ) : ColorByValue
FromXElement ( System.Xml.Linq.XElement xElement, List &exceptions, string exceptionHeader ) : ColorByValue
GetColorByValue ( Color defaultColor, decimal value, IEnumerable colorsByValue ) : Color
ToString ( ) : string
ToXElement ( ) : System.Xml.Linq.XElement

Method Details

Clone() public method

public Clone ( ) : ColorByValue
return ColorByValue

FromXElement() public static method

public static FromXElement ( System.Xml.Linq.XElement xElement, List &exceptions, string exceptionHeader ) : ColorByValue
xElement System.Xml.Linq.XElement
exceptions List
exceptionHeader string
return ColorByValue

GetColorByValue() public static method

public static GetColorByValue ( Color defaultColor, decimal value, IEnumerable colorsByValue ) : Color
defaultColor Color
value decimal
colorsByValue IEnumerable
return Color

ToString() public method

public ToString ( ) : string
return string

ToXElement() public method

public ToXElement ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

Property Details

Color public_oe property

public Color Color
return Color

GreaterOrEqual public_oe property

public decimal GreaterOrEqual
return decimal

Less public_oe property

public decimal Less
return decimal