C# Class com.Sconit.Service.Batch.JobDataMap

ファイルを表示 Open project: Novthirteen/yfkey-scms Class Usage Examples

Public Methods

Method Description
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

Method Details

ContainKey() public method

public ContainKey ( string key ) : bool
key string
return bool

GetBooleanValue() public method

public GetBooleanValue ( string key ) : bool
key string
return bool

GetDateTime() public method

public GetDateTime ( string key ) : System.DateTime
key string
return System.DateTime

GetDoubleValue() public method

public GetDoubleValue ( string key ) : double
key string
return double

GetFloatValue() public method

public GetFloatValue ( string key ) : float
key string
return float

GetIntValue() public method

public GetIntValue ( string key ) : int
key string
return int

GetLongValue() public method

public GetLongValue ( string key ) : long
key string
return long

GetStringValue() public method

public GetStringValue ( string key ) : string
key string
return string

PutData() public method

public PutData ( string key, string data ) : void
key string
data string
return void