C# 클래스 Rubber.DSL.Facet.RangeFacetBuilder.Entry

파일 보기 프로젝트 열기: stephenpope/Rubber

공개 프로퍼티들

프로퍼티 타입 설명
From double
FromAsString string
To double
ToAsString string

공개 메소드들

메소드 설명
Entry ( double from, double to ) : System.Collections.Generic
Entry ( string fromAsString, string toAsString ) : System.Collections.Generic

메소드 상세

Entry() 공개 메소드

public Entry ( double from, double to ) : System.Collections.Generic
from double
to double
리턴 System.Collections.Generic

Entry() 공개 메소드

public Entry ( string fromAsString, string toAsString ) : System.Collections.Generic
fromAsString string
toAsString string
리턴 System.Collections.Generic

프로퍼티 상세

From 공개적으로 프로퍼티

public double From
리턴 double

FromAsString 공개적으로 프로퍼티

public string FromAsString
리턴 string

To 공개적으로 프로퍼티

public double To
리턴 double

ToAsString 공개적으로 프로퍼티

public string ToAsString
리턴 string