Click or drag to resize

ExtensionsGetValidationMessagesT Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.GetValidationMessages``1(RAYLASE.Marker.Job.JobValidatorCategory)"]


Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.34.0
Syntax
C#
public static IList<string> GetValidationMessages<T>(
	this JobValidatorCategory jobValidatorCategory
)

Parameters

jobValidatorCategory  JobValidatorCategory

[Missing <param name="jobValidatorCategory"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.GetValidationMessages``1(RAYLASE.Marker.Job.JobValidatorCategory)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.GetValidationMessages``1(RAYLASE.Marker.Job.JobValidatorCategory)"]

Return Value

IListString

[Missing <returns> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.GetValidationMessages``1(RAYLASE.Marker.Job.JobValidatorCategory)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type JobValidatorCategory. 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