ObjectUtilsIsAttributePresent Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Util.ObjectUtils.IsAttributePresent(System.Type,System.Type)"]

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

C#
public static bool IsAttributePresent(
	Type typeToExamine,
	Type attributeType
)

Parameters

typeToExamine
Type: SystemType

[Missing <param name="typeToExamine"/> documentation for "M:Quartz.Util.ObjectUtils.IsAttributePresent(System.Type,System.Type)"]

attributeType
Type: SystemType

[Missing <param name="attributeType"/> documentation for "M:Quartz.Util.ObjectUtils.IsAttributePresent(System.Type,System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Util.ObjectUtils.IsAttributePresent(System.Type,System.Type)"]

See Also

Reference