Click or drag to resize

PropertyConverterCanConvert Method

Checks if the object is of type Property.

Namespace: Scanjour.Workflow4.Web.Services.Helpers
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public override bool CanConvert(
	Type objectType
)

Parameters

objectType  Type
The object type.

Return Value

Boolean
True if the object is of type Property.
See Also