C# 클래스 com.Sconit.Service.Batch.JobDataMap

파일 보기 프로젝트 열기: Novthirteen/yfkey-scms 1 사용 예제들

공개 메소드들

메소드 설명
ContainKey ( string key ) : bool
GetBooleanValue ( string key ) : bool
GetDateTime ( string key ) : System.DateTime
GetDoubleValue ( string key ) : double
GetFloatValue ( string key ) : float
GetIntValue ( string key ) : int
GetLongValue ( string key ) : long
GetStringValue ( string key ) : string
PutData ( string key, string data ) : void

메소드 상세

ContainKey() 공개 메소드

public ContainKey ( string key ) : bool
key string
리턴 bool

GetBooleanValue() 공개 메소드

public GetBooleanValue ( string key ) : bool
key string
리턴 bool

GetDateTime() 공개 메소드

public GetDateTime ( string key ) : System.DateTime
key string
리턴 System.DateTime

GetDoubleValue() 공개 메소드

public GetDoubleValue ( string key ) : double
key string
리턴 double

GetFloatValue() 공개 메소드

public GetFloatValue ( string key ) : float
key string
리턴 float

GetIntValue() 공개 메소드

public GetIntValue ( string key ) : int
key string
리턴 int

GetLongValue() 공개 메소드

public GetLongValue ( string key ) : long
key string
리턴 long

GetStringValue() 공개 메소드

public GetStringValue ( string key ) : string
key string
리턴 string

PutData() 공개 메소드

public PutData ( string key, string data ) : void
key string
data string
리턴 void