Method | Description | |
---|---|---|
GetJobParameters ( |
Checks for suffix on keys and use those to decide how to convert the value.
|
|
GetProperties ( JobParameters parms ) : |
Use the same suffixes to create properties (omitting the string suffix because it is the default). Non-identifying parameters will be prefixed with the NonIdentifyingFlag. However, since parameters are identifying by default, they will not be prefixed with the IdentifyingFlag.
|
Method | Description | |
---|---|---|
IsIdentifyingKey ( string key ) : bool | ||
ParseDouble ( string value ) : double |
Parses given value as a double.
|
|
ParseLong ( string value ) : long |
Parses given value as a long.
|
public GetJobParameters ( |
||
props | ||
return | JobParameters |
public GetProperties ( JobParameters parms ) : |
||
parms | JobParameters | |
return |