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

Afficher le fichier Open project: Novthirteen/yfkey-scms Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ContainKey ( string key ) : bool
key string
Résultat bool

GetBooleanValue() public méthode

public GetBooleanValue ( string key ) : bool
key string
Résultat bool

GetDateTime() public méthode

public GetDateTime ( string key ) : System.DateTime
key string
Résultat System.DateTime

GetDoubleValue() public méthode

public GetDoubleValue ( string key ) : double
key string
Résultat double

GetFloatValue() public méthode

public GetFloatValue ( string key ) : float
key string
Résultat float

GetIntValue() public méthode

public GetIntValue ( string key ) : int
key string
Résultat int

GetLongValue() public méthode

public GetLongValue ( string key ) : long
key string
Résultat long

GetStringValue() public méthode

public GetStringValue ( string key ) : string
key string
Résultat string

PutData() public méthode

public PutData ( string key, string data ) : void
key string
data string
Résultat void