Click or drag to resize

GetDisplayTextMethod Delegate

Represents a method getting a display text representing a value of a PFField.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public delegate string GetDisplayTextMethod(
	PFField field,
	Object fieldValue
)

Parameters

field
Type: Packflow.CorePFField
fieldValue
Type: SystemObject

Return Value

Type: String
See Also