C# 클래스 CSKernelClient.cUtil

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net

공개 메소드들

메소드 설명
arrayToString ( String v ) : String
arrayToString ( int v ) : String
divideByZero ( double x1, double x2 ) : double
existsFile ( String pathYName ) : bool
getComputerName ( ) : String
getEmailAddress ( ) : String
getEmailPort ( ) : int
getEmailPwd ( ) : String
getEmailServer ( ) : String
getEmailUser ( ) : String
getErrorDB ( ) : String
getInfoString ( String source, String key, String defaultValue ) : String
getInput ( string &value, String descrip, String title ) : bool
getSepDecimal ( ) : String
getToken ( string token, string source ) : string
getValidPath ( String path ) : String
listAdd ( ComboBox list, String value ) : void
listAdd ( ComboBox list, String value, int id ) : void
listChangeText ( ComboBox list, int idx, String value ) : void
listChangeTextForSelected ( ComboBox list, String value ) : void
listGetIndexFromItemData ( ComboBox list, int valueItemData ) : int
listID ( ComboBox list ) : long
listItemData ( ComboBox list, int index ) : long
listSetListIndex ( ComboBox list, int idx ) : void
listSetListIndexForId ( ComboBox list, int id ) : void
listSetListIndexForText ( ComboBox list, String text ) : void
mi ( double millimeters ) : double
mp ( int millimeters ) : int
mt ( int millimeters ) : int
pt ( int pixels ) : int
removeLastColon ( String list ) : String
setEmailAddress ( String rhs ) : void
setEmailErrDescrip ( String rhs ) : void
setEmailPort ( int rhs ) : void
setEmailPwd ( String rhs ) : void
setEmailServer ( String rhs ) : void
setEmailUser ( String rhs ) : void
setErrorDB ( String rhs ) : void
setFocusControl ( Control ctl ) : void
setInfoString ( String source, String key, String value ) : String
setSepDecimal ( ) : void
subString ( string text, int start, int length ) : string
tp ( int twips ) : int
val ( object value ) : double
valAsInt ( object value ) : int

비공개 메소드들

메소드 설명
getDPI ( ) : int
listAdd_ ( ComboBox list, String value ) : void
listAdd_ ( ComboBox list, String value, int id ) : void
listChangeTextForSelected_ ( ComboBox list, String value ) : void
listChangeText_ ( ComboBox list, int idx, String value ) : void
listGetIndexFromItemData_ ( ComboBox list, int valueItemData ) : int
listID_ ( ComboBox list ) : long
listItemData_ ( ComboBox list, int index ) : long
listSetListIndexForId_ ( ComboBox list, int id ) : void
listSetListIndexForText_ ( ComboBox list, String text ) : void
listSetListIndex_ ( ComboBox list, int idx ) : void

메소드 상세

arrayToString() 공개 정적인 메소드

public static arrayToString ( String v ) : String
v String
리턴 String

arrayToString() 공개 정적인 메소드

public static arrayToString ( int v ) : String
v int
리턴 String

divideByZero() 공개 정적인 메소드

public static divideByZero ( double x1, double x2 ) : double
x1 double
x2 double
리턴 double

existsFile() 공개 정적인 메소드

public static existsFile ( String pathYName ) : bool
pathYName String
리턴 bool

getComputerName() 공개 정적인 메소드

public static getComputerName ( ) : String
리턴 String

getEmailAddress() 공개 정적인 메소드

public static getEmailAddress ( ) : String
리턴 String

getEmailPort() 공개 정적인 메소드

public static getEmailPort ( ) : int
리턴 int

getEmailPwd() 공개 정적인 메소드

public static getEmailPwd ( ) : String
리턴 String

getEmailServer() 공개 정적인 메소드

public static getEmailServer ( ) : String
리턴 String

getEmailUser() 공개 정적인 메소드

public static getEmailUser ( ) : String
리턴 String

getErrorDB() 공개 정적인 메소드

public static getErrorDB ( ) : String
리턴 String

getInfoString() 공개 정적인 메소드

public static getInfoString ( String source, String key, String defaultValue ) : String
source String
key String
defaultValue String
리턴 String

getInput() 공개 정적인 메소드

public static getInput ( string &value, String descrip, String title ) : bool
value string
descrip String
title String
리턴 bool

getSepDecimal() 공개 정적인 메소드

public static getSepDecimal ( ) : String
리턴 String

getToken() 공개 정적인 메소드

public static getToken ( string token, string source ) : string
token string
source string
리턴 string

getValidPath() 공개 정적인 메소드

public static getValidPath ( String path ) : String
path String
리턴 String

listAdd() 공개 정적인 메소드

public static listAdd ( ComboBox list, String value ) : void
list System.Windows.Forms.ComboBox
value String
리턴 void

listAdd() 공개 정적인 메소드

public static listAdd ( ComboBox list, String value, int id ) : void
list System.Windows.Forms.ComboBox
value String
id int
리턴 void

listChangeText() 공개 정적인 메소드

public static listChangeText ( ComboBox list, int idx, String value ) : void
list System.Windows.Forms.ComboBox
idx int
value String
리턴 void

listChangeTextForSelected() 공개 정적인 메소드

public static listChangeTextForSelected ( ComboBox list, String value ) : void
list System.Windows.Forms.ComboBox
value String
리턴 void

listGetIndexFromItemData() 공개 정적인 메소드

public static listGetIndexFromItemData ( ComboBox list, int valueItemData ) : int
list System.Windows.Forms.ComboBox
valueItemData int
리턴 int

listID() 공개 정적인 메소드

public static listID ( ComboBox list ) : long
list System.Windows.Forms.ComboBox
리턴 long

listItemData() 공개 정적인 메소드

public static listItemData ( ComboBox list, int index ) : long
list System.Windows.Forms.ComboBox
index int
리턴 long

listSetListIndex() 공개 정적인 메소드

public static listSetListIndex ( ComboBox list, int idx ) : void
list System.Windows.Forms.ComboBox
idx int
리턴 void

listSetListIndexForId() 공개 정적인 메소드

public static listSetListIndexForId ( ComboBox list, int id ) : void
list System.Windows.Forms.ComboBox
id int
리턴 void

listSetListIndexForText() 공개 정적인 메소드

public static listSetListIndexForText ( ComboBox list, String text ) : void
list System.Windows.Forms.ComboBox
text String
리턴 void

mi() 공개 정적인 메소드

public static mi ( double millimeters ) : double
millimeters double
리턴 double

mp() 공개 정적인 메소드

public static mp ( int millimeters ) : int
millimeters int
리턴 int

mt() 공개 정적인 메소드

public static mt ( int millimeters ) : int
millimeters int
리턴 int

pt() 공개 정적인 메소드

public static pt ( int pixels ) : int
pixels int
리턴 int

removeLastColon() 공개 정적인 메소드

public static removeLastColon ( String list ) : String
list String
리턴 String

setEmailAddress() 공개 정적인 메소드

public static setEmailAddress ( String rhs ) : void
rhs String
리턴 void

setEmailErrDescrip() 공개 정적인 메소드

public static setEmailErrDescrip ( String rhs ) : void
rhs String
리턴 void

setEmailPort() 공개 정적인 메소드

public static setEmailPort ( int rhs ) : void
rhs int
리턴 void

setEmailPwd() 공개 정적인 메소드

public static setEmailPwd ( String rhs ) : void
rhs String
리턴 void

setEmailServer() 공개 정적인 메소드

public static setEmailServer ( String rhs ) : void
rhs String
리턴 void

setEmailUser() 공개 정적인 메소드

public static setEmailUser ( String rhs ) : void
rhs String
리턴 void

setErrorDB() 공개 정적인 메소드

public static setErrorDB ( String rhs ) : void
rhs String
리턴 void

setFocusControl() 공개 정적인 메소드

public static setFocusControl ( Control ctl ) : void
ctl System.Windows.Forms.Control
리턴 void

setInfoString() 공개 정적인 메소드

public static setInfoString ( String source, String key, String value ) : String
source String
key String
value String
리턴 String

setSepDecimal() 공개 정적인 메소드

public static setSepDecimal ( ) : void
리턴 void

subString() 공개 정적인 메소드

public static subString ( string text, int start, int length ) : string
text string
start int
length int
리턴 string

tp() 공개 정적인 메소드

public static tp ( int twips ) : int
twips int
리턴 int

val() 공개 정적인 메소드

public static val ( object value ) : double
value object
리턴 double

valAsInt() 공개 정적인 메소드

public static valAsInt ( object value ) : int
value object
리턴 int