Click or drag to resize
StatusPropertyAttributeGetStatusMethod Delegate
Delegate for a status getter method.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public delegate ValidationStatus GetStatusMethod(
	Object provider,
	Object testValue,
	out string message
)

Parameters

provider
Type: Object
testValue
Type: SystemObject
message
Type: SystemString

Return Value

Type: ValidationStatus
See Also