C# 클래스 PsHandler.Hud.ColorByValue

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
GreaterOrEqual decimal
Less decimal

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ColorByValue
리턴 ColorByValue

FromXElement() 공개 정적인 메소드

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

GetColorByValue() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXElement() 공개 메소드

public ToXElement ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

GreaterOrEqual 공개적으로 프로퍼티

public decimal GreaterOrEqual
리턴 decimal

Less 공개적으로 프로퍼티

public decimal Less
리턴 decimal