JobDataMap MembersQuartz.NET API Documentation

The JobDataMap type exposes the following members.

Constructors

  NameDescription
Public methodJobDataMap 
Create an empty JobDataMap.
Public methodJobDataMap(IDictionary String, Object )
Create a JobDataMap with the given data.
Public methodJobDataMap(IDictionary)
Create a JobDataMap with the given data.
Protected methodJobDataMap(SerializationInfo, StreamingContext)
Serialization constructor.
Top
Methods

  NameDescription
Public methodAdd(KeyValuePair TKey, TValue ) (Inherited from DirtyFlagMap TKey, TValue .)
Public methodAdd(Object, Object) (Inherited from DirtyFlagMap TKey, TValue .)
Public methodAdd(TKey, TValue)
When implemented by a class, adds an element with the provided key and value to the IDictionary.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodClear
When implemented by a class, removes all elements from the IDictionary.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodClearDirtyFlag
Clear the 'dirty' flag (set dirty flag to  ).
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodContains(KeyValuePair TKey, TValue ) (Inherited from DirtyFlagMap TKey, TValue .)
Public methodContains(Object) (Inherited from DirtyFlagMap TKey, TValue .)
Public methodContainsKey
When implemented by a class, determines whether the IDictionary contains an element with the specified key.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodContainsValue
Determines whether the specified obj contains value.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodCopyTo(Array, Int32)
When implemented by a class, copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodCopyTo( KeyValuePair TKey, TValue  , Int32) (Inherited from DirtyFlagMap TKey, TValue .)
Public methodEntrySet
Gets the entries as a set.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from StringKeyDirtyFlagMap.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Gets the value behind the specified key.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodGetBoolean
Retrieve the identified Boolean value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetBooleanValue
Retrieve the identified Boolean value from the JobDataMap.
Public methodGetBooleanValueFromString
Retrieve the identified Boolean value from the JobDataMap.
Public methodGetChar
Retrieve the identified Char value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetCharFromString
Retrieve the identified Char value from the JobDataMap.
Public methodGetDateTime
Retrieve the identified DateTime value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetDateTimeOffset
Retrieve the identified DateTimeOffset value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetDateTimeOffsetValue
Gets the date time offset.
Public methodGetDateTimeOffsetValueFromString
Retrieve the identified DateTimeOffset value from the JobDataMap.
Public methodGetDateTimeValue
Gets the date time.
Public methodGetDateTimeValueFromString
Retrieve the identified DateTime value from the JobDataMap.
Public methodGetDouble
Retrieve the identified Double value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetDoubleValue
Retrieve the identified Double value from the JobDataMap.
Public methodGetDoubleValueFromString
Retrieve the identified Double value from the JobDataMap.
Public methodGetEnumerator
When implemented by a class, returns an IDictionaryEnumerator for the IDictionary.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodGetFloat
Retrieve the identified Single value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetFloatValue
Retrieve the identified Single value from the JobDataMap.
Public methodGetFloatValueFromString
Retrieve the identified Single value from the JobDataMap.
Public methodGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetInt
Retrieve the identified Int32 value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetIntValue
Retrieve the identified Int32 value from the JobDataMap.
Public methodGetIntValueFromString
Retrieve the identified Int32 value from the JobDataMap.
Public methodGetKeys
Gets the keys.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetLong
Retrieve the identified Int64 value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetLongValue
Retrieve the identified Int64 value from the JobDataMap.
Public methodGetLongValueFromString
Retrieve the identified Int64 value from the JobDataMap.
Public methodGetObjectData (Inherited from DirtyFlagMap TKey, TValue .)
Public methodGetString
Retrieve the identified String value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetTimeSpan
Retrieve the identified TimeSpan value from the JobDataMap.
(Inherited from StringKeyDirtyFlagMap.)
Public methodGetTimeSpanValue
Retrieve the identified TimeSpan value from the JobDataMap.
Public methodGetTimeSpanValueFromString
Retrieve the identified TimeSpan value from the JobDataMap.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodKeySet
Gets keyset for this map.
(Inherited from DirtyFlagMap TKey, TValue .)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPut(TKey, TValue)
Puts the value behind a specified key.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodPut(String, Boolean)
Adds the given Boolean value to the IJob's data map.
(Inherited from StringKeyDirtyFlagMap.)
Public methodPut(String, Char)
Adds the given Char value to the IJob's data map.
(Inherited from StringKeyDirtyFlagMap.)
Public methodPut(String, Double)
Adds the given Double value to the IJob's data map.
(Inherited from StringKeyDirtyFlagMap.)
Public methodPut(String, Int32)
Adds the given Int32 value to the IJob's data map.
(Inherited from StringKeyDirtyFlagMap.)
Public methodPut(String, Int64)
Adds the given Int64 value to the IJob's data map.
(Inherited from StringKeyDirtyFlagMap.)
Public methodPut(String, Single)
Adds the given Single value to the IJob's data map.
(Inherited from StringKeyDirtyFlagMap.)
Public methodPut(String, String)
Adds the given String value to the IJob's data map.
(Inherited from StringKeyDirtyFlagMap.)
Public methodPutAll
Adds the name-value pairs in the given IDictionary to the JobDataMap.

All keys must be Strings, and all values must be serializable.

(Inherited from StringKeyDirtyFlagMap.)
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.
Public methodRemove(KeyValuePair TKey, TValue ) (Inherited from DirtyFlagMap TKey, TValue .)
Public methodRemove(Object) (Inherited from DirtyFlagMap TKey, TValue .)
Public methodRemove(TKey)
When implemented by a class, removes the element with the specified key from the IDictionary.
(Inherited from DirtyFlagMap TKey, TValue .)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from DirtyFlagMap TKey, TValue .)
Top
Properties

  NameDescription
Public propertyCount
When implemented by a class, gets the number of elements contained in the ICollection.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyDirty
Determine whether the IDictionary is flagged dirty.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyIsEmpty
Gets a value indicating whether this instance is empty.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyIsFixedSize
When implemented by a class, gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyIsReadOnly
When implemented by a class, gets a value indicating whether the IDictionary is read-only.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyIsSynchronized
When implemented by a class, gets a value indicating whether access to the ICollection is synchronized (thread-safe).
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyItem
Gets or sets the Object with the specified key.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyKeys
When implemented by a class, gets an ICollection containing the keys of the IDictionary.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertySyncRoot
When implemented by a class, gets an object that can be used to synchronize access to the ICollection.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyValues
When implemented by a class, gets an ICollection containing the values in the IDictionary.
(Inherited from DirtyFlagMap TKey, TValue .)
Public propertyWrappedMap
Get a direct handle to the underlying Map.
(Inherited from DirtyFlagMap TKey, TValue .)
Top
See Also