JobDataMap PutAsString Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodPutAsString(String, Boolean)
Adds the given Boolean value as a string version to the IJob's data map.
Public methodPutAsString(String, Char)
Adds the given Char value as a string version to the IJob's data map.
Public methodPutAsString(String, DateTime)
Adds the given DateTime value as a string version to the IJob's data map.
Public methodPutAsString(String, DateTimeOffset)
Adds the given DateTimeOffset value as a string version to the IJob's data map.
Public methodPutAsString(String, Double)
Adds the given Double value as a string version to the IJob's data map.
Public methodPutAsString(String, Int32)
Adds the given Int32 value as a string version to the IJob's data map.
Public methodPutAsString(String, Int64)
Adds the given Int64 value as a string version to the IJob's data map.
Public methodPutAsString(String, Single)
Adds the given Single value as a string version to the IJob's data map.
Public methodPutAsString(String, TimeSpan)
Adds the given TimeSpan value as a string version to the IJob's data map.
Top
See Also