C# Class PsHandler.Hud.ColorByValue

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
Color Color
GreaterOrEqual decimal
Less decimal

Méthodes publiques

Méthode 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 méthode

public Clone ( ) : ColorByValue
Résultat ColorByValue

FromXElement() public static méthode

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

GetColorByValue() public static méthode

public static GetColorByValue ( Color defaultColor, decimal value, IEnumerable colorsByValue ) : Color
defaultColor Color
value decimal
colorsByValue IEnumerable
Résultat Color

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXElement() public méthode

public ToXElement ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

Property Details

Color public_oe property

public Color Color
Résultat Color

GreaterOrEqual public_oe property

public decimal GreaterOrEqual
Résultat decimal

Less public_oe property

public decimal Less
Résultat decimal