PropertiesParser Class

Quartz.NET 3.0 API Documentation
This is an utility class used to parse the properties.
Inheritance Hierarchy

SystemObject
  Quartz.UtilPropertiesParser

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public class PropertiesParser

The PropertiesParser type exposes the following members.

Constructors

  NameDescription
Public methodPropertiesParser
Initializes a new instance of the PropertiesParser class.
Top
Properties

  NameDescription
Public propertyUnderlyingProperties
Gets the underlying properties.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBooleanProperty(String)
Gets the boolean property.
Public methodGetBooleanProperty(String, Boolean)
Gets the boolean property.
Public methodGetByteProperty(String)
Gets the byte property.
Public methodGetByteProperty(String, Byte)
Gets the byte property.
Public methodGetCharProperty(String)
Gets the char property.
Public methodGetCharProperty(String, Char)
Gets the char property.
Public methodGetDoubleProperty(String)
Gets the double property.
Public methodGetDoubleProperty(String, Double)
Gets the double property.
Public methodGetFloatProperty(String)
Gets the float property.
Public methodGetFloatProperty(String, Single)
Gets the float property.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIntArrayProperty(String)
Gets the int array property.
Public methodGetIntArrayProperty(String, IListInt32)
Gets the int array property.
Public methodGetIntProperty(String)
Gets the int property.
Public methodGetIntProperty(String, Int32)
Gets the int property.
Public methodGetLongProperty(String)
Gets the long property.
Public methodGetLongProperty(String, Int64)
Gets the long property.
Public methodGetPropertyGroup(String)
Gets the property group.
Public methodGetPropertyGroup(String, Boolean)
Gets the property group.
Public methodGetPropertyGroup(String, Boolean, String)
Get all properties that start with the given prefix.
Public methodGetPropertyGroups
Gets the property groups.
Public methodGetShortProperty(String)
Gets the short property.
Public methodGetShortProperty(String, Int16)
Gets the short property.
Public methodGetStringArrayProperty(String)
Gets the string array property.
Public methodGetStringArrayProperty(String, String)
Gets the string array property.
Public methodGetStringProperty(String)
Gets the string property.
Public methodGetStringProperty(String, String)
Gets the string property.
Public methodGetTimeSpanProperty
Gets the TimeSpan property.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFromEmbeddedAssemblyResource
Reads the properties from assembly (embedded resource).
Public methodStatic memberReadFromFileResource
Reads the properties from file system.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference