StringKeyDirtyFlagMap MembersQuartz.NET API Documentation

The StringKeyDirtyFlagMap type exposes the following members.

Constructors

  NameDescription
Public methodStringKeyDirtyFlagMap 
Initializes a new instance of the StringKeyDirtyFlagMap class.
Public methodStringKeyDirtyFlagMap(Int32)
Initializes a new instance of the StringKeyDirtyFlagMap class.
Public methodStringKeyDirtyFlagMap(Int32, Single)
Initializes a new instance of the StringKeyDirtyFlagMap class.
Top
Methods

  NameDescription
Public methodAdd
When implemented by a class, adds an element with the provided key and value to the IDictionary.
(Inherited from DirtyFlagMap.)
Public methodClear
When implemented by a class, removes all elements from the IDictionary.
(Inherited from DirtyFlagMap.)
Public methodClearDirtyFlag
Clear the 'dirty' flag (set dirty flag to  ).
(Inherited from DirtyFlagMap.)
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from DirtyFlagMap.)
Public methodContains
When implemented by a class, determines whether the IDictionary contains an element with the specified key.
(Inherited from DirtyFlagMap.)
Public methodContainsValue
Determines whether the specified obj contains value.
(Inherited from DirtyFlagMap.)
Public methodCopyTo
When implemented by a class, copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from DirtyFlagMap.)
Public methodEntrySet
Gets the entries as a set.
(Inherited from DirtyFlagMap.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from DirtyFlagMap.)
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 methodGetBoolean
Retrieve the identified Boolean value from the JobDataMap.
Public methodGetChar
Retrieve the identified Char value from the JobDataMap.
Public methodGetDouble
Retrieve the identified Double value from the JobDataMap.
Public methodGetFloat
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 DirtyFlagMap.)
Public methodGetInt
Retrieve the identified Int32 value from the JobDataMap.
Public methodGetKeys
Gets the keys.
Public methodGetLong
Retrieve the identified Int64 value from the JobDataMap.
Public methodGetString
Retrieve the identified String 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPut(Object, Object)
Adds the given serializable object value to the JobDataMap.
(Overrides DirtyFlagMap Put(Object, Object).)
Public methodPut(String, Boolean)
Adds the given Boolean value to the IJob's data map.
Public methodPut(String, Char)
Adds the given Char value to the IJob's data map.
Public methodPut(String, Double)
Adds the given Double value to the IJob's data map.
Public methodPut(String, Int32)
Adds the given Int32 value to the IJob's data map.
Public methodPut(String, Int64)
Adds the given Int64 value to the IJob's data map.
Public methodPut(String, Single)
Adds the given Single value to the IJob's data map.
Public methodPut(String, String)
Adds the given String value to the IJob's data map.
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.

(Overrides DirtyFlagMap PutAll(IDictionary).)
Public methodRemove
When implemented by a class, removes the element with the specified key from the IDictionary.
(Inherited from DirtyFlagMap.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

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