C# 클래스 Fanx.Fcode.FLiterals

FLiterals manages the long, double, Duration, string, and Uri literal constants.
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_decimals FTable
m_durations FTable
m_floats FTable
m_fpod FPod
m_ints FTable
m_strs FTable
m_uris FTable

공개 메소드들

메소드 설명
FLiterals ( FPod fpod ) : Fan.Sys
decimals ( int index ) : BigDecimal
duration ( int index ) : Duration
floats ( int index ) : double
integer ( int index ) : long
read ( ) : FLiterals
str ( int index ) : string
uri ( int index ) : Uri

메소드 상세

FLiterals() 공개 메소드

public FLiterals ( FPod fpod ) : Fan.Sys
fpod FPod
리턴 Fan.Sys

decimals() 공개 메소드

public decimals ( int index ) : BigDecimal
index int
리턴 Fan.Sys.BigDecimal

duration() 공개 메소드

public duration ( int index ) : Duration
index int
리턴 Fan.Sys.Duration

floats() 공개 메소드

public floats ( int index ) : double
index int
리턴 double

integer() 공개 메소드

public integer ( int index ) : long
index int
리턴 long

read() 공개 메소드

public read ( ) : FLiterals
리턴 FLiterals

str() 공개 메소드

public str ( int index ) : string
index int
리턴 string

uri() 공개 메소드

public uri ( int index ) : Uri
index int
리턴 Fan.Sys.Uri

프로퍼티 상세

m_decimals 공개적으로 프로퍼티

public FTable,Fanx.Fcode m_decimals
리턴 FTable

m_durations 공개적으로 프로퍼티

public FTable,Fanx.Fcode m_durations
리턴 FTable

m_floats 공개적으로 프로퍼티

public FTable,Fanx.Fcode m_floats
리턴 FTable

m_fpod 공개적으로 프로퍼티

public FPod,Fanx.Fcode m_fpod
리턴 FPod

m_ints 공개적으로 프로퍼티

public FTable,Fanx.Fcode m_ints
리턴 FTable

m_strs 공개적으로 프로퍼티

public FTable,Fanx.Fcode m_strs
리턴 FTable

m_uris 공개적으로 프로퍼티

public FTable,Fanx.Fcode m_uris
리턴 FTable