Click or drag to resize

ExtensionsGetJobValidatorCategory Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Job.Extensions.GetJobValidatorCategory(RAYLASE.Marker.Configuration.ApplicationConfiguration)"]


Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.34.0
Syntax
C#
public static JobValidatorCategory GetJobValidatorCategory(
	this ApplicationConfiguration applicationConfig
)

Parameters

applicationConfig  ApplicationConfiguration

[Missing <param name="applicationConfig"/> documentation for "M:RAYLASE.Marker.Job.Extensions.GetJobValidatorCategory(RAYLASE.Marker.Configuration.ApplicationConfiguration)"]

Return Value

JobValidatorCategory

[Missing <returns> documentation for "M:RAYLASE.Marker.Job.Extensions.GetJobValidatorCategory(RAYLASE.Marker.Configuration.ApplicationConfiguration)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ApplicationConfiguration. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also